From: João Cunha Date: Sun, 8 Jun 2014 14:55:38 +0000 (+0400) Subject: removes background declarations X-Git-Tag: v5.3.1~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5293%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git removes background declarations --- 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,