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

Fixes #47065.


git-svn-id: https://develop.svn.wordpress.org/trunk@45301 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-05-09 21:10:20 +00:00
parent 2ee480e11c
commit cae0608a7f
1 changed files with 8 additions and 0 deletions

View File

@ -3686,6 +3686,10 @@ img {
padding-top: 46px;
}
.screen-reader-shortcut:focus {
top: -39px;
}
body {
min-width: 240px;
overflow-x: hidden;
@ -3982,6 +3986,10 @@ img {
padding-top: 0;
}
.screen-reader-shortcut:focus {
top: 7px;
}
#wpbody {
padding-top: 46px;
}