Fix input text box styling on Firefox

This commit is contained in:
George Drummond 2019-01-28 09:56:33 -05:00
parent 24dd55acd9
commit 83dc3b55e6
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -125,9 +125,13 @@
font-weight: 400;
}
input[type="number"]::-webkit-inner-spin-button {
input[type="number"] {
-moz-appearance: textfield;
&::-webkit-inner-spin-button {
appearance: none;
}
}
input.usa-input-error {
right: 0;