mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
Hide things that need to be available to screen readers via offscreen positioning. see #9445
git-svn-id: https://develop.svn.wordpress.org/trunk@11175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -185,7 +185,12 @@ table {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.hidden,
|
||||
/* Hide visually but not from screen readers */
|
||||
.hidden {
|
||||
position: absolute;
|
||||
left: -1000em;
|
||||
}
|
||||
|
||||
.js .closed .inside,
|
||||
.js .hide-if-js,
|
||||
.no-js .hide-if-no-js {
|
||||
|
||||
Reference in New Issue
Block a user