From 32879cb13b7cc81cf0bf5ea833721c93a1a9846d Mon Sep 17 00:00:00 2001 From: Cor van Noorloos Date: Wed, 5 Aug 2015 20:28:40 +0200 Subject: [PATCH] Remove sass :hover and :active states on screen-reader-text see https://github.com/Automattic/_s/commit/67b2428bbe8ec4d523b1ffa7744a1124cce60966 --- sass/modules/_accessibility.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sass/modules/_accessibility.scss b/sass/modules/_accessibility.scss index 214a40d5..644f5845 100644 --- a/sass/modules/_accessibility.scss +++ b/sass/modules/_accessibility.scss @@ -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. */ } -} \ No newline at end of file +}