From: harry Date: Tue, 31 Jan 2017 15:45:45 +0000 (+0530) Subject: Renamed to button-hollow-border-width X-Git-Tag: 6.3.1~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246ae7397d1f36bef830756309d4960d2ece3166;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Renamed to button-hollow-border-width --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index e9eaf117b..c1fe1b18b 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -40,7 +40,7 @@ $button-radius: $global-radius !default; /// Border width for hollow outline buttons /// @type Number -$button-hollow-width: 1px !default; +$button-hollow-border-width: 1px !default; /// Sizes for buttons. /// @type Map @@ -149,7 +149,7 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau @mixin button-hollow-style( $color: $primary-color, $hover-lightness: $button-hollow-hover-lightness, - $border-width: $button-hollow-width + $border-width: $button-hollow-border-width ) { $color-hover: scale-color($color, $lightness: $hover-lightness);