]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use $input-background-invalid for default error background color instead of $alert...
authorGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 22:22:29 +0000 (14:22 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 22:22:31 +0000 (14:22 -0800)
scss/forms/_error.scss

index 9e52b6e590ee9ea36e6e7cdd546a0b2dfee5c3b9..7595a6478a5aebca59f87b6454a6405ef24487c8 100644 (file)
@@ -38,7 +38,7 @@ $input-error-font-weight: $global-weight-bold !default;
 ///
 /// @param {Color} $background [$alert-color] - Color to use for the background and border.
 @mixin form-input-error(
-  $background: $alert-color
+  $background: $input-background-invalid
 ) {
   &:not(:focus) {
     background-color: rgba($background, 0.1);