Skip to content

Commit

Permalink
Merge pull request #10830 from ncoden/docs/button-disabled-params-typ…
Browse files Browse the repository at this point in the history
…o-10783

docs: fix typo in `button-disabled()` params #10783
  • Loading branch information
ncoden authored Dec 31, 2017
2 parents fab9014 + 54cf839 commit 9b256d1
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 9b256d1

Please sign in to comment.