mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 10:52:12 +00:00
Fix Firefox outline
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
e091db1503
commit
c4775134de
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user