Opened 3 weeks ago

Closed 2 weeks ago

Last modified 2 weeks ago

#36601 closed Bug (fixed)

Label color contrast issue when an M2M field exists in an admin TabularInline.

Reported by: Antoliny Owned by: Antoliny
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 (last modified by Antoliny)

Currently, there is a color contrast issue when an M2M field exists in an admin TabularInline.



It seems that the --header-link-color should be applied here as it is in other places.

Attachments (2)

m2m_example.png (31.2 KB ) - added by Antoliny 3 weeks ago.
color_contrast_issue.png (25.6 KB ) - added by Antoliny 3 weeks ago.

Download all attachments as: .zip

Change History (13)

comment:1 by Antoliny, 3 weeks ago

Description: modified (diff)
Owner: set to Antoliny
Status: newassigned
Type: UncategorizedBug

comment:2 by Antoliny, 3 weeks ago

Description: modified (diff)

by Antoliny, 3 weeks ago

Attachment: m2m_example.png added

by Antoliny, 3 weeks ago

Attachment: color_contrast_issue.png added

comment:3 by Antoliny, 3 weeks ago

Has patch: set

comment:4 by Antoliny, 3 weeks ago

Description: modified (diff)

comment:5 by Antoliny, 3 weeks ago

Description: modified (diff)

comment:6 by Sarah Boyce, 2 weeks ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted
Version: dev5.2

comment:7 by Sarah Boyce, 2 weeks ago

Needs documentation: set

comment:8 by Antoliny, 2 weeks ago

Needs documentation: unset

comment:9 by Sarah Boyce, 2 weeks ago

Triage Stage: AcceptedReady for checkin

comment:10 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

Resolution: fixed
Status: assignedclosed

In 1e77288:

Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines.

Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b.

comment:11 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

In d8e9dec1:

[5.2.x] Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines.

Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b.

Backport of 1e7728888dbbff437ad9847c82b84feb81f785df from main.

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