forked from mirror/_s
Merge pull request #1081 from bahiirwa/master
Add new accessibility `word-wrap` styles to Sass files to match main stylesheet
This commit is contained in:
commit
3cad864383
|
@ -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