]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Changed `$foundation-palette` to `$button-palette` 10815/head
authorr.bos <r.bos@iwink.nl>
Thu, 21 Dec 2017 19:44:53 +0000 (20:44 +0100)
committerr.bos <r.bos@iwink.nl>
Thu, 21 Dec 2017 19:44:53 +0000 (20:44 +0100)
scss/components/_button-group.scss

index 6705e9c9e712fbe5bf44bea90b2145c9a666353e..5b0a1238b498f99f4d38e9f413a413e516f2e627 100644 (file)
@@ -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);