Opened 18 months ago
Closed 18 months 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 , 18 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 18 months ago
Has patch: | set |
---|
comment:4 by , 18 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR