Merge pull request #747 from Automattic/screen-reader-text-hover/active

Remove :hover and :active states on .screen-reader-text. Props @lancewillett
This commit is contained in:
Caroline Moore 2015-05-13 16:35:40 -04:00
commit a8df8def5c
1 changed files with 0 additions and 2 deletions

View File

@ -642,8 +642,6 @@ a:active {
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;