From 0397955b1b1c360834710f7f21297b504af22b3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Cunha?= Date: Sun, 8 Jun 2014 18:55:38 +0400 Subject: [PATCH] removes background declarations --- scss/foundation/components/_forms.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index dc364ffb4..a08b6a9be 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -345,16 +345,13 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; display:none; } + /* Workaround to hide the select arrow on Firefox */ @-moz-document url-prefix() { select { - background-color: $select-bg-color; text-indent: 0.01px; text-overflow: ''; -moz-appearance: none; } - select:hover { - background-color: $select-hover-bg-color; - } } /* Attach elements to the beginning or end of an input */ .prefix, -- 2.47.2