Fix input text box styling on Firefox
This commit is contained in:
parent
24dd55acd9
commit
83dc3b55e6
@ -125,8 +125,12 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
appearance: none;
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
|
||||
&::-webkit-inner-spin-button {
|
||||
appearance: none;
|
||||
}
|
||||
}
|
||||
|
||||
input.usa-input-error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user