Opened 2 years ago

Closed 2 years ago

#34627 closed Bug (fixed)

Active row states invisible for WHCM users

Reported by: Thibaud Colas Owned by: Nina Menezes
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: accessibility, forced-colors
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

In the Django admin, we use background colors to represent the "active" states on the sidebar (representing which section of the admin you’re in), and in model instance listings (for bulk actions). This requires adaptation to be compatible with Windows High Contrast Mode / Contrast themes, where custom background colors are overridden.

As-is, it’s impossible to tell which of the rows is active / selected. We’d need a few extra styles with a forced-colors: active media query.

Change History (5)

comment:1 by Thibaud Colas, 2 years ago

Owner: changed from nobody to Nina Menezes
Status: newassigned

comment:2 by Sarah Abderemane, 2 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Natalia Bidart, 2 years ago

Has patch: set

comment:4 by Natalia Bidart, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 51fdea6:

Fixed #34627 -- Highlighted active row in admin UI when forced-colors mode is enabled.

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