forked from mirror/_s
Merge pull request #790 from corvannoorloos/patch-2
Remove :hover and :active states on screen-reader-text.
This commit is contained in:
commit
5c738adab4
|
@ -6,8 +6,6 @@
|
||||||
width: 1px;
|
width: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: $color__background-screen;
|
background-color: $color__background-screen;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Reference in New Issue