[wp-trac] [WordPress Trac] #48578: Change health check accordion appearance on focus
WordPress Trac
noreply at wordpress.org
Fri Nov 15 17:00:00 UTC 2019
#48578: Change health check accordion appearance on focus
--------------------------+------------------------------------------------
Reporter: mensmaximus | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Site Health | Version: trunk
Severity: trivial | Resolution:
Keywords: needs- | Focuses: ui, accessibility, administration
design-feedback |
--------------------------+------------------------------------------------
Comment (by mensmaximus):
Thank you for this insight on accessibility. I understand the concerns, so
why not simply adapting styles from other elements like wp-core-ui
buttons.
Suggestion:
{{{
.health-check-accordion-trigger:focus {
color: #191e23;
border: none;
box-shadow: none;
outline-offset: -2px;
outline: 2px solid #0071a1;
background-color: #f8f9f9;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48578#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list