Opened 2 months ago

Last modified 2 months ago

#36601 closed Bug

Label color contrast issue when an M2M field exists in an admin TabularInline. — at Initial Version

Reported by: Antoliny Owned by:
Component: contrib.admin Version: 5.2
Severity: Release blocker Keywords: accessibility
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

No image "m2m_issue.png" attached to Ticket #36601

### Color Contrast

No image "color_contrast.png" attached to Ticket #36601

Due to an unintended change, the --header-link-color should be applied again.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top