mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -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
|
@ -642,13 +642,6 @@ textarea[disabled] {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
input:focus:-moz-focusring,
|
||||
select:focus:-moz-focusring,
|
||||
textarea:focus:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
select,
|
||||
textarea {
|
||||
|
@ -793,13 +786,6 @@ button::-moz-focus-inner,
|
|||
border-style: none;
|
||||
}
|
||||
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue