From b9f1e026a4aaadc1001f04a7d00268d0e0ab404f Mon Sep 17 00:00:00 2001 From: Richard LaFranchi Date: Fri, 25 Jul 2014 06:26:51 -0600 Subject: [PATCH] remove scale color --- scss/foundation/components/_buttons.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/foundation/components/_buttons.scss b/scss/foundation/components/_buttons.scss index 0ce461f2b..ae534f958 100755 --- a/scss/foundation/components/_buttons.scss +++ b/scss/foundation/components/_buttons.scss @@ -152,10 +152,9 @@ $button-disabled-opacity: 0.7 !default; $bgh-lightness: lightness($bgh); background-color: $bg; - border-color: scale-color($bg, $lightness: $button-function-factor); + border-color: $bc; &:hover, &:focus { background-color: $bgh; } - &:focus { background-color: scale-color($bg, $lightness: $button-function-factor); } // We control the text color for you based on the background color. color: if($bg-lightness > 70%, $button-font-color-alt, $button-font-color); -- 2.47.2