From: r.bos Date: Thu, 21 Dec 2017 19:44:53 +0000 (+0100) Subject: Changed `$foundation-palette` to `$button-palette` X-Git-Tag: v6.6.0~3^2~343^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10815%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Changed `$foundation-palette` to `$button-palette` --- diff --git a/scss/components/_button-group.scss b/scss/components/_button-group.scss index 6705e9c9e..5b0a1238b 100644 --- a/scss/components/_button-group.scss +++ b/scss/components/_button-group.scss @@ -207,7 +207,7 @@ $buttongroup-radius-on-each: true !default; &.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);