RTL: fix styling of Skip To links, see #22453
git-svn-id: http://core.svn.wordpress.org/trunk@22641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e09ea56a23
commit
9ae963d9a7
|
@ -1573,6 +1573,18 @@ table .column-rating {
|
|||
left: 15px;
|
||||
}
|
||||
|
||||
.screen-reader-text,
|
||||
.screen-reader-text span,
|
||||
.ui-helper-hidden-accessible {
|
||||
left: auto;
|
||||
right: -1000em;
|
||||
}
|
||||
|
||||
.screen-reader-shortcut:focus {
|
||||
left: auto;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
24.0 - Dead
|
||||
------------------------------------------------------------------------------*/
|
||||
|
|
|
@ -104,6 +104,11 @@
|
|||
border-left: 0;
|
||||
}
|
||||
|
||||
#wpadminbar .screen-reader-shortcut:focus {
|
||||
left: auto;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
/**
|
||||
* My Account
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue