Remove focus-visible polyfill (#11677)

* Remove focus-visible polyfill

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update snapshots

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2023-09-28 11:52:26 +00:00
committed by GitHub
parent 8e4de798a5
commit e0f4b26512
15 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ limitations under the License.
--active-color: $slider-background-color;
}
&:focus:not(.focus-visible) {
&:focus:not(:focus-visible) {
outline: none;
}