Opened 13 months ago
Closed 13 months ago
#34908 closed Bug (duplicate)
Contrast Failure for Module Table Headers
Reported by: | laserhyena | Owned by: | laserhyena |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | accessibility, color contrast |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Identified using automated checks with Axe. When in Light Mode/Theme, Axe reports a contrast ratio of 2.41:1, which should be at least 4.5:1
Visit the Django Admin using Light Mode to reproduce.
Change History (3)
comment:1 by , 13 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 13 months ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
My bad, we were testing on a non-latest version of
main
, this has already been fixed (whooo!).