From 742a57b7c315f812614ea432d2085cea2a35e4ad Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 31 Jul 2018 11:19:18 -0400 Subject: [PATCH] Fix firefox dropdown rendering issue --- scss/elements/_inputs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/elements/_inputs.scss b/scss/elements/_inputs.scss index f303a66c..459e907d 100644 --- a/scss/elements/_inputs.scss +++ b/scss/elements/_inputs.scss @@ -159,6 +159,7 @@ select { border-radius: 0; -webkit-appearance: none; + -moz-appearance: none; } .usa-date-input label {