]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
correction in comments
authorharry <harmanmanchanda182@gmail.com>
Sat, 14 Jan 2017 21:47:32 +0000 (03:17 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 14 Jan 2017 21:47:32 +0000 (03:17 +0530)
scss/components/_button.scss

index 23f475875c648888e9d23e506a466d070d783368..6b9b903542fd61c4488ea81798a5ec135d6c8279 100644 (file)
@@ -158,8 +158,8 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
 }
 
 /// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events.
-/// @param [Color] $background [$primary-color] - Background color of the disabled button. Set to `auto` to have the mixin automatically generate a hover color.
-/// @param [Color] $color [$button-color] - Text color of the disabled button. Set to `auto` to have the mixin automatically generate a hover color.
+/// @param [Color] $background [$primary-color] - 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: $primary-color,
   $color: $button-color