Make WordPress Core

Ticket #56789: 56789.1.patch

File 56789.1.patch, 778 bytes (added by sabernhardt, 3 years ago)

including common.css for the other admin shortcut links

  • src/wp-admin/css/common.css

     
    141141.screen-reader-shortcut {
    142142        position: absolute;
    143143        top: -1000em;
     144        background: #f0f0f1;
     145        color: #2271b1;
    144146}
    145147
    146148.screen-reader-shortcut:focus {
  • 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 {