From: Andy Cochran Date: Wed, 6 Apr 2016 22:55:07 +0000 (-0400) Subject: Merge pull request #8031 from cucharadepalo/patch-2 X-Git-Tag: v6.2.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cbaab5d58fc322e73f1e679d1c2d36ab90b044;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge pull request #8031 from cucharadepalo/patch-2 Added button-color-alt variable to mixin --- c1cbaab5d58fc322e73f1e679d1c2d36ab90b044 diff --cc scss/components/_button.scss index 0e0be760b,439d29173..9675abb7b --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@@ -202,10 -200,10 +202,10 @@@ $button-opacity-disabled: 0.25 !default &.expanded { @include button-expand; } // Colors - @each $name, $color in $foundation-colors { + @each $name, $color in $foundation-palette { @if $button-fill != hollow { &.#{$name} { - @include button-style($color, auto); + @include button-style($color, auto, auto); } } @else {