From: Richard LaFranchi Date: Fri, 25 Jul 2014 12:26:51 +0000 (-0600) Subject: remove scale color X-Git-Tag: v5.3.2~22^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5497%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git remove scale color --- 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);