#34037 closed Bug (fixed)

Low text contrast for grey buttons in admin light theme

Reported by: Thibaud Colas Owned by: Mia Bajić
Component: contrib.admin Version: 4.0
Severity: Normal Keywords: accessibility, color contrast, ux
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

The Django admin’s light theme uses mid-grey backgrounds for the "object tools" and "cancel" buttons, which doesn’t offer enough contrast combined with their white text. Here is a full contrast grid of the light theme color palette for reference.

This can be fixed by changing the one --close-button-bg variable I believe. I would recommend setting it to #747474, currently used for those buttons’ hover state, and switch the hover state to use a much darker #333 instead.

Change History (6)

comment:1 by Thibaud Colas, 19 months ago

Type: UncategorizedBug

comment:2 by Mariusz Felisiak, 19 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Mia Bajić, 19 months ago

Owner: changed from nobody to Mia Bajić
Status: newassigned

comment:5 by Mariusz Felisiak, 19 months ago

Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 19 months ago

Resolution: fixed
Status: assignedclosed

In 50096a3a:

Fixed #34037 -- Improved color contrast for close buttons in admin.

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