Make WordPress Core

Changeset 45333


Ignore:
Timestamp:
05/17/2019 12:41:38 AM (7 years ago)
Author:
desrosj
Message:

Accessibility: Improve the "skip links" position for medium and small screens.

Merges [45301] to the 5.2 branch.

Props afercia.
Fixes #47065.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

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

    r45276 r45333  
    36873687        }
    36883688
     3689        .screen-reader-shortcut:focus {
     3690                top: -39px;
     3691        }
     3692
    36893693        body {
    36903694                min-width: 240px;
     
    39833987        }
    39843988
     3989        .screen-reader-shortcut:focus {
     3990                top: 7px;
     3991        }
     3992
    39853993        #wpbody {
    39863994                padding-top: 46px;
Note: See TracChangeset for help on using the changeset viewer.