[wp-trac] [WordPress Trac] #48578: Change health check accordino appearance on focus
WordPress Trac
noreply at wordpress.org
Tue Nov 12 21:13:55 UTC 2019
#48578: Change health check accordino appearance on focus
--------------------------------+-----------------------------
Reporter: mensmaximus | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: trivial | Keywords: 2nd-opinion
Focuses: ui, administration |
--------------------------------+-----------------------------
The accordion items on the health check page get an outline on focus. This
looks annoying given the new admin css. I would rather suggest a
background color on focus.
status quo:
{{{
.health-check-accordion-trigger:focus {
color: #191e23;
border: none;
box-shadow: none;
outline-offset: -2px;
outline: 1px dotted #555d66;
}
}}}
suggestion:
{{{
.health-check-accordion-trigger:focus {
color: #191e23;
border: none;
box-shadow: none;
background-color: #eee;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48578>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list