From: Richard LaFranchi Date: Fri, 20 Jun 2014 01:01:35 +0000 (-0600) Subject: Update _buttons.scss X-Git-Tag: v5.3.2~18^2~11^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5340%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _buttons.scss $button-border-color variable was not being utilized. --- diff --git a/scss/foundation/components/_buttons.scss b/scss/foundation/components/_buttons.scss index b9ac42cac..b40b89895 100644 --- a/scss/foundation/components/_buttons.scss +++ b/scss/foundation/components/_buttons.scss @@ -129,7 +129,7 @@ $button-disabled-opacity: 0.7 !default; $bg-lightness: lightness($bg); background-color: $bg; - border-color: scale-color($bg, $lightness: $button-function-factor); + border-color: $button-border-color; &:hover, &:focus { background-color: scale-color($bg, $lightness: $button-function-factor); }