From 50dd2e28b0050af3fb9f5e75dddd3d31d5041401 Mon Sep 17 00:00:00 2001 From: Kiwi Date: Tue, 16 Oct 2018 19:21:12 +0200 Subject: [PATCH] fix: ff focus styles (#1997) --- src/core/client/ui/shared/buttonReset.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/client/ui/shared/buttonReset.css b/src/core/client/ui/shared/buttonReset.css index e03e296a3..f6d3d5517 100644 --- a/src/core/client/ui/shared/buttonReset.css +++ b/src/core/client/ui/shared/buttonReset.css @@ -1,5 +1,4 @@ .buttonReset { - /* reset button */ user-select: none; font-family: inherit; @@ -28,7 +27,6 @@ } &:-moz-focusring { - color: transparent; textshadow: 0 0 0 #000; } }