From ed0c23cf43dbbd840125992fef70c7c9fbe50f09 Mon Sep 17 00:00:00 2001 From: Richard LaFranchi Date: Thu, 19 Jun 2014 19:01:35 -0600 Subject: [PATCH] Update _buttons.scss $button-border-color variable was not being utilized. --- scss/foundation/components/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2