Matching Style.css

Adding word-wrap to .screen-reader-text to improve accessibility just like in style.css
This commit is contained in:
Laurence Bahiirwa 2017-02-03 16:38:32 +03:00 committed by GitHub
parent b330bbaba7
commit f8801ea673
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
&:focus {
background-color: $color__background-screen;