mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Accessibility: add off-screen Log Out link in the toolbar, tweak the class names of the accessible links in #adminbar, see #21312
git-svn-id: https://develop.svn.wordpress.org/trunk@21452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -601,7 +601,6 @@
|
||||
}
|
||||
|
||||
/* Skip link */
|
||||
#wpadminbar #wpadminbar-shortcut,
|
||||
#wpadminbar .screen-reader-text,
|
||||
#wpadminbar .screen-reader-text span {
|
||||
position: absolute;
|
||||
@@ -612,7 +611,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#wpadminbar #wpadminbar-shortcut:focus {
|
||||
#wpadminbar .screen-reader-shortcut:focus {
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
height: auto;
|
||||
@@ -628,6 +627,10 @@
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#wpadminbar a.screen-reader-shortcut {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE 6-targeted rules
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user