From: Tim Hartwick Date: Fri, 23 Jan 2015 23:52:39 +0000 (-0800) Subject: Fixes #6128 X-Git-Tag: v5.5.1~12^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6220%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixes #6128 --- diff --git a/scss/foundation/components/_button-groups.scss b/scss/foundation/components/_button-groups.scss index c989dfbaf..140d94b62 100644 --- a/scss/foundation/components/_button-groups.scss +++ b/scss/foundation/components/_button-groups.scss @@ -147,6 +147,10 @@ $button-group-border-width: 1px !default; @if $include-html-button-classes { .button-group { @include button-group-container; + @for $i from 2 through 8 { + &.even-#{$i} li { @include button-group-style($even:$i, $float:null); } + } + & > li { @include button-group-style(); } &.stack { @@ -183,10 +187,6 @@ $button-group-border-width: 1px !default; @include button-group-style($radius:$button-med, $orientation:vertical); } } - - @for $i from 2 through 8 { - &.even-#{$i} li { @include button-group-style($even:$i, $float:null); } - } } .button-bar {