Merge pull request #790 from corvannoorloos/patch-2

Remove :hover and :active states on screen-reader-text.
This commit is contained in:
sarah ✈ semark 2015-08-21 13:54:19 +01:00
commit 5c738adab4
1 changed files with 1 additions and 3 deletions

View File

@ -6,8 +6,6 @@
width: 1px;
overflow: hidden;
&:hover,
&:active,
&:focus {
background-color: $color__background-screen;
border-radius: 3px;
@ -26,4 +24,4 @@
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
}
}