Remove focus overrides on Firefox

This commit is contained in:
Lucas 2020-07-21 09:25:38 +07:00
parent f2adc7813b
commit 4ade514bb0
13 changed files with 7 additions and 77 deletions

View file

@ -34,14 +34,6 @@ button::-moz-focus-inner,
border-style: none;
}
// Restore the focus styles unset by the previous rule.
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
// Pico
//

View file

@ -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