[wp-trac] [WordPress Trac] #27173: Better visual indication of focus on elements in the Admin
WordPress Trac
noreply at wordpress.org
Fri Feb 21 12:29:04 UTC 2014
#27173: Better visual indication of focus on elements in the Admin
----------------------------+-----------------------------
Reporter: rianrietveld | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.8.1
Severity: normal | Keywords:
Focuses: accessibility |
----------------------------+-----------------------------
This is a follow-up to #26120.
The border style of for example a checkbox, radio button and an input
field is border: 1px solid #bbb;
And with focus the style is
{{{
border: 1px solid #999;
}}}
To improve the accessibility it would be more clearly if the focus has the
style
{{{
border: 1px solid #555;
}}}
The styles are defined in:
wp-admin/css/colors.css and wp-admin/css/colors-rtl.css
See also the keyboard testing results of the Make WordPress Accessible
group:
http://make.wordpress.org/accessibility/testing/3-8-admin-screens-results/
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27173>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list