]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed $select-hover-bg-colour not used in Mozilla. 4441/head
authorTristan Mugford <tristan@dgtl.net>
Sat, 15 Feb 2014 00:44:19 +0000 (00:44 +0000)
committerTristan Mugford <tristan@dgtl.net>
Sat, 15 Feb 2014 00:44:19 +0000 (00:44 +0000)
scss/foundation/components/_forms.scss

index e5edeac838c7123f4698d8faf8fd6f24bec9aa36..86838eae6f236f3b16c596a818041e767eee7fe9 100644 (file)
@@ -345,7 +345,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
 
     @-moz-document url-prefix() {
       select { background: $select-bg-color; }
-      select:hover { background: scale-color($select-bg-color, $lightness: -3%); }
+      select:hover { background: $select-hover-bg-color }
     }
     /* Attach elements to the beginning or end of an input */
     .prefix,