]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removes background declarations 5293/head
authorJoão Cunha <joao@joaocunha.net>
Sun, 8 Jun 2014 14:55:38 +0000 (18:55 +0400)
committerJoão Cunha <joao@joaocunha.net>
Sun, 8 Jun 2014 14:55:38 +0000 (18:55 +0400)
scss/foundation/components/_forms.scss

index dc364ffb49d128c1a7a3c0ee392d2798d31a18b4..a08b6a9be45bcebeabe4c433b0bc15cc2f8cc1c7 100644 (file)
@@ -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,