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