mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Remove focus overrides on Firefox
This commit is contained in:
parent
f2adc7813b
commit
4ade514bb0
13 changed files with 7 additions and 77 deletions
|
@ -160,12 +160,6 @@ textarea {
|
|||
background-color: var(--muted-background);
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
// Undo the Firefox inner focus ring
|
||||
&:focus:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
}
|
||||
|
||||
// Text, Select & Textarea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue