mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -186,11 +186,12 @@ table {
|
||||
}
|
||||
|
||||
/* Hide visually but not from screen readers */
|
||||
.hidden {
|
||||
.invisible {
|
||||
position: absolute;
|
||||
left: -1000em;
|
||||
}
|
||||
|
||||
.hidden,
|
||||
.js .closed .inside,
|
||||
.js .hide-if-js,
|
||||
.no-js .hide-if-no-js {
|
||||
|
||||
Reference in New Issue
Block a user