From: Nicolas Coden Date: Sun, 24 Dec 2017 23:21:38 +0000 (+0100) Subject: Merge pull request #10703 from zurb/fix10693 X-Git-Tag: v6.6.0~3^2~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3f87d3cabb97706fdec00b663c56d36f8865da1;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge pull request #10703 from zurb/fix10693 fixes #10693 stack button group always expanded --- f3f87d3cabb97706fdec00b663c56d36f8865da1 diff --cc scss/components/_button-group.scss index 5b0a1238b,18298d76d..bb88bb212 --- a/scss/components/_button-group.scss +++ b/scss/components/_button-group.scss @@@ -204,10 -204,12 +204,12 @@@ $buttongroup-radius-on-each: true !defa } // Even-width Group - &.expanded { @include button-group-expand; } + &.expanded { + @include button-group-expand; + } // Colors - @each $name, $color in $foundation-palette { + @each $name, $color in $button-palette { @if $button-fill != hollow { &.#{$name} #{$buttongroup-child-selector} { @include button-style($color, auto, auto);