]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix typo for `button-disabled` param types #10783 10830/head
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 30 Dec 2017 22:30:22 +0000 (23:30 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 30 Dec 2017 22:31:42 +0000 (23:31 +0100)
Closes https://github.com/zurb/foundation-sites/issues/10783

scss/components/_button.scss

index 4e21c817ff71d352fff044a27c68588817138b92..c10a6e32c0cace29d15a32bbdd242e37d05f3c65 100644 (file)
@@ -201,8 +201,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