Twenty Twelve: put back screen-reader-text selector, but just for site content (allows toolbar text to work correctly). See r22186 and #22025.
git-svn-id: http://core.svn.wordpress.org/trunk@22188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17b6d4b81e
commit
15867287fc
|
@ -460,7 +460,8 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Assistive text */
|
/* Assistive text */
|
||||||
.assistive-text {
|
.assistive-text,
|
||||||
|
.site .screen-reader-text {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue