fix: ff focus styles (#1997)

This commit is contained in:
Kiwi
2018-10-16 17:21:12 +00:00
committed by Wyatt Johnson
parent 80e6ccbc98
commit 50dd2e28b0
@@ -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;
}
}