From a03af1cb9b16c3b52d292e9c6d0cbc7a5b366efc Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Tue, 26 Apr 2016 17:00:54 -0700 Subject: [PATCH] fixes variable error in #8650 --- scss/components/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.47.2