forked from mirror/_s
Remove sass :hover and :active states on screen-reader-text
see 67b2428bbe
This commit is contained in:
parent
d02cc4fa70
commit
32879cb13b
|
@ -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;
|
||||||
|
@ -26,4 +24,4 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 100000; /* Above WP toolbar. */
|
z-index: 100000; /* Above WP toolbar. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue