Fix Firefox outline

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-06 21:16:44 +01:00
parent e091db1503
commit c4775134de
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -114,3 +114,8 @@ $color = #6200EE
input:focus:not([readonly]) + i, input:focus:not([readonly]) + i,
select:focus:not([readonly]) + i select:focus:not([readonly]) + i
color $color color $color
// Fix Firefox outline in selects
select:-moz-focusring
color transparent
text-shadow 0 0 0 #000