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:
IanDelMar 2018-09-02 19:17:32 +02:00 committed by GitHub
parent 35eaec8dd9
commit 0906f10e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;