Use invisible class for hiding labels and legends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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