[wp-trac] [WordPress Trac] #48578: Change health check accordion appearance on focus

WordPress Trac noreply at wordpress.org
Sun Nov 17 11:27:11 UTC 2019


#48578: Change health check accordion appearance on focus
-------------------------------------+-------------------------------------
 Reporter:  mensmaximus              |       Owner:  (none)
     Type:  enhancement              |      Status:  new
 Priority:  normal                   |   Milestone:  5.4
Component:  Site Health              |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  needs-design-feedback    |     Focuses:  ui, accessibility,
  has-patch                          |  administration
-------------------------------------+-------------------------------------
Changes (by audrasjb):

 * keywords:  needs-design-feedback => needs-design-feedback has-patch
 * version:  trunk =>
 * severity:  trivial => normal
 * milestone:  Awaiting Review => 5.4


Comment:

 Hi,

 First, Let's add this ticket to milestone 5.4 :-)

 In `48678.diff`, I tested the following CSS rule:

 {{{
 .health-check-accordion-trigger:focus {
         color: #191e23;
         border: none;
         box-shadow: none;
         outline-offset: -1px;
         outline: 2px solid #0071a1;
         background-color: #f8f9f9;
 }
 }}}

 The `outline-offset: -1px` looks better to me than `-2px`.
 See the above animated screenshot for reference.

 Cheers,
 Jb

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48578#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list