Fix firefox dropdown rendering issue

This commit is contained in:
Luis Cielak 2018-07-31 11:19:18 -04:00 committed by luisgov
parent e8ca86f344
commit 742a57b7c3

View File

@ -159,6 +159,7 @@
select { select {
border-radius: 0; border-radius: 0;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
} }
.usa-date-input label { .usa-date-input label {