Make WordPress Core

Ticket #56789: 56789.patch

File 56789.patch, 410 bytes (added by sabernhardt, 3 years ago)

adding both text and background color to shortcut link

  • src/wp-includes/css/admin-bar.css

     
    719719#wpadminbar .screen-reader-shortcut {
    720720        position: absolute;
    721721        top: -1000em;
     722        background: #f0f0f1;
     723        color: #2271b1;
    722724}
    723725
    724726#wpadminbar .screen-reader-shortcut:focus {