From: Nicolas Coden Date: Sat, 16 Jun 2018 06:59:16 +0000 (+0200) Subject: Use pull request #10830 from ncoden/docs/button-disabled-params-typo-10783 for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf69ef8c6d9c4961a30eab0099df7fb4de6887f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10830 from ncoden/docs/button-disabled-params-typo-10783 for v6.5.0 54cf8393a docs: fix typo for `button-disabled` param types #10783 Signed-off-by: Nicolas Coden --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index eed8bdd3f..0a9173e1a 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -195,8 +195,8 @@ $button-responsive-expanded: false !default; } /// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events. -/// @param [Color] $background [$button-background] - 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. +/// @param {Color} $background [$button-background] - 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: $button-background, $color: $button-color