]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _buttons.scss 5367/head
authorAaron Van Ruler <avr@users.noreply.github.com>
Tue, 24 Jun 2014 15:52:23 +0000 (11:52 -0400)
committerAaron Van Ruler <avr@users.noreply.github.com>
Tue, 24 Jun 2014 15:52:23 +0000 (11:52 -0400)
Fixes breaking change in #5439

scss/foundation/components/_buttons.scss

index de8bbf162d53219d6e61370355395a466b591c18..61d934a8c8be4e2232dee75dfb1f7ff789df1fc2 100644 (file)
@@ -124,7 +124,7 @@ $button-disabled-opacity: 0.7 !default;
 // $bh - Button Hover Color. Default: $button-hover-color
 // $radius - If true, set to button radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default: true
 // $disabled - We can set $disabled:true to create a disabled transparent button. Default: false
-@mixin button-style($bg:$button-bg, $bc:$button-border-color, $bh:$button-hover-color, $radius:false, $disabled:false) {
+@mixin button-style($bg:$button-bg, $radius:false, $disabled:false, $bc:$button-border-color, $bh:$button-hover-color) {
 
   // We control which background styles are used,
   // these can be removed by setting $bg:false