From 871bbb7db8934f4465848633afe3324ef91e21c1 Mon Sep 17 00:00:00 2001 From: Tristan Mugford Date: Sat, 15 Feb 2014 00:44:19 +0000 Subject: [PATCH] Fixed $select-hover-bg-colour not used in Mozilla. --- scss/foundation/components/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index e5edeac83..86838eae6 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -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, -- 2.47.2