Define .screen-reader-text
WP uses the class `.screen-reader-text` in some core stuff like widgets and therefore it should be properly defined. Also UnderStrap itself uses `.screen-reader-text` instead of `.sr-only` sometimes.
This commit is contained in:
parent
35eaec8dd9
commit
0906f10e5d
|
@ -24,7 +24,7 @@
|
|||
|
||||
.wp-caption-text { font-size: inherit; }
|
||||
|
||||
.screen-reader-text { font-size: inherit; }
|
||||
.screen-reader-text { @extend .sr-only; }
|
||||
|
||||
.alignleft {
|
||||
display: inline;
|
||||
|
|
Reference in New Issue