]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #10830 from ncoden/docs/button-disabled-params-typo-10783 for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 06:59:16 +0000 (08:59 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 06:59:16 +0000 (08:59 +0200)
54cf8393a docs: fix typo for `button-disabled` param types #10783

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/components/_button.scss

index eed8bdd3f71242cfd7fa9a0261e89179749e52d7..0a9173e1a28d934333edb311c2b96732753fa9a5 100644 (file)
@@ -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