#36601: Label color contrast issue when an M2M field exists in an admin
TabularInline.
-------------------------------+-----------------------------------------
Reporter: Antoliny | Type: Uncategorized
Status: new | Component: contrib.admin
Version: dev | Severity: Normal
Keywords: accessibility | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-----------------------------------------
regression in
https://github.com/django/django/commit/4187da258fe212d494cb578a0bc2b52c4979ab95
Currently, there is a color contrast issue when an `M2M` field exists in
an admin `TabularInline`.
[[Image(m2m_issue.png)]]
### Color Contrast
[[Image(color_contrast.png)]]
Due to an unintended change, the `--header-link-color` should be applied
again.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36601>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.