forked from mirror/_s
Matching Style.css
Adding word-wrap to .screen-reader-text to improve accessibility just like in style.css
This commit is contained in:
parent
b330bbaba7
commit
f8801ea673
|
@ -5,6 +5,7 @@
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: $color__background-screen;
|
background-color: $color__background-screen;
|
||||||
|
|
Reference in New Issue