]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
error input focus background fix 6981/head
authorRyan Mott <vml-rmott@users.noreply.github.com>
Wed, 4 Nov 2015 17:55:05 +0000 (11:55 -0600)
committerRyan Mott <vml-rmott@users.noreply.github.com>
Wed, 4 Nov 2015 17:55:05 +0000 (11:55 -0600)
Similar to pull request #6943, this is another instance of `background` that should probably be `background-color`

scss/foundation/components/_forms.scss

index 018cfd699e7de62cf542bda50e5ed9024a2a2ac6..bbe1e6a5b9023e7a1e517620d561ad1bceab9b5d 100644 (file)
@@ -293,7 +293,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
 
   // Go back to normal on focus
   &:focus {
-    background: $input-focus-bg-color;
+    background-color: $input-focus-bg-color;
     border-color: $input-focus-border-color;
   }
 }