Opened 10 years ago
Closed 10 years ago
#30323 closed enhancement (fixed)
Increase color contrast on default scheme admin bar hovers
Reported by: | melchoyce | Owned by: | helen |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Administration | Keywords: | |
Focuses: | ui, accessibility, administration | Cc: |
Description (last modified by )
It's been pointed out in #28599 that the default scheme admin bar hover color, #2ea2cc
, is low-contrast. It failed when I ran it through a color contrast tool. I played with some alternate colors and came up with #45bbe6
, which is a bright blue that passes with a contrast ratio of 5.72:1. See attached screenshot and patch.
Attachments (2)
Change History (6)
This ticket was mentioned in Slack in #accessibility by jorbin. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
The relative luminosity (I am probably butchering my color terminology here, apologies) of the brighter blue on dark backgrounds has bothered me for a while. This looks much closer from a human visibility perspective and is much easier to read. It also passes contrast guidelines, which is a win. Testing and will commit shortly.