From: Rishabh Rao Date: Wed, 2 Jul 2014 05:51:18 +0000 (+0530) Subject: Update button background variable name. X-Git-Tag: v5.3.1~7^2~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5403%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update button background variable name. --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index a9d7a20be..1c5d9c3e8 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -368,7 +368,7 @@ // $button-border-width: 0px; // $button-border-style: solid; // $button-bg: $primary-color; -// $button-border-color: scale-color($bg, $lightness: $button-function-factor); +// $button-border-color: scale-color($button-bg, $lightness: $button-function-factor); // We use this to set the default radius used throughout the core. // $button-radius: $global-radius;