Skip to content

Commit ccd84e1

Browse files
committed
docs: fix typo for button-disabled param types foundation#10783
Closes foundation#10783
1 parent 4641e10 commit ccd84e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/components/_button.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ $button-responsive-expanded: false !default;
201201
}
202202

203203
/// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events.
204-
/// @param [Color] $background [$button-background] - Background color of the disabled button.
205-
/// @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.
204+
/// @param {Color} $background [$button-background] - Background color of the disabled button.
205+
/// @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.
206206
@mixin button-disabled(
207207
$background: $button-background,
208208
$color: $button-color

0 commit comments

Comments
 (0)