Skip to content

Commit

Permalink
docs: fix typo for button-disabled param types #10783
Browse files Browse the repository at this point in the history
Closes #10783
  • Loading branch information
ncoden committed Dec 30, 2017
1 parent 4641e10 commit ccd84e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccd84e1

Please sign in to comment.