[wp-trac] [WordPress Trac] #54489: Update the Dashboard welcome banner for 5.9

WordPress Trac noreply at wordpress.org
Mon Jan 10 16:58:48 UTC 2022


#54489: Update the Dashboard welcome banner for 5.9
---------------------------------------+----------------------------------
 Reporter:  jameskoster                |       Owner:  ryelle
     Type:  task (blessed)             |      Status:  assigned
 Priority:  normal                     |   Milestone:  5.9
Component:  General                    |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-copy-review  |     Focuses:  css, administration
---------------------------------------+----------------------------------
Changes (by sabernhardt):

 * focuses:  administration => css, administration


Comment:

 In addition to changing color and underline for hover and focus states,
 the focus outline should be more noticeable than the blue box-shadow
 against blue backgrounds. Using `currentColor` is an option, which might
 work with multiple color schemes. (Plus, I like adding a small offset and
 removing the blue shadow, though those changes are not as important.)

 {{{
 .welcome-panel-header a:focus,
 .welcome-panel .welcome-panel-close:focus {
         outline-color: currentColor;
         outline-offset: 1px;
         box-shadow: none;
 }
 }}}

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


More information about the wp-trac mailing list