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:
parent
2ee480e11c
commit
cae0608a7f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user