From: RafiBomb Date: Wed, 27 Apr 2016 00:00:54 +0000 (-0700) Subject: fixes variable error in #8650 X-Git-Tag: v6.2.2-rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03af1cb9b16c3b52d292e9c6d0cbc7a5b366efc;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixes variable error in #8650 --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index ce558e558..8e6b741e0 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -140,8 +140,8 @@ $button-opacity-disabled: 0.25 !default; opacity: $button-opacity-disabled; cursor: not-allowed; &:hover, &:focus { - background-color: $background; - color: $color; + background-color: $button-background; + color: $button-color; } }