From: harry Date: Sat, 14 Jan 2017 21:47:32 +0000 (+0530) Subject: correction in comments X-Git-Tag: 6.3.1~30^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea51a3eab550abbb8fab4376cbb638e92f78631;p=thirdparty%2Ffoundation%2Ffoundation-sites.git correction in comments --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 23f475875..6b9b90354 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -158,8 +158,8 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau } /// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events. -/// @param [Color] $background [$primary-color] - Background color of the disabled button. Set to `auto` to have the mixin automatically generate a hover color. -/// @param [Color] $color [$button-color] - Text color of the disabled button. Set to `auto` to have the mixin automatically generate a hover color. +/// @param [Color] $background [$primary-color] - Background color of the disabled button. +/// @param [Color] $color [$button-color] - Text color of the disabled button. Set to `auto` to have the mixin automatically generate a color based on the background color. @mixin button-disabled( $background: $primary-color, $color: $button-color