From: vsn4ik Date: Fri, 13 Nov 2015 22:16:38 +0000 (+0300) Subject: [v3] Use border-radius mixin in button-groups.less X-Git-Tag: v3.3.6~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33315652ae1922de584d3b0a1e17ee16f46ec37b;p=thirdparty%2Fbootstrap.git [v3] Use border-radius mixin in button-groups.less --- diff --git a/less/button-groups.less b/less/button-groups.less index 4f37c6b41d..293245a650 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -173,14 +173,12 @@ border-radius: 0; } &:first-child:not(:last-child) { - border-top-left-radius: @btn-border-radius-base; - border-top-right-radius: @btn-border-radius-base; + .border-top-radius(@btn-border-radius-base); .border-bottom-radius(0); } &:last-child:not(:first-child) { - border-bottom-left-radius: @btn-border-radius-base; - border-bottom-right-radius: @btn-border-radius-base; .border-top-radius(0); + .border-bottom-radius(@btn-border-radius-base); } } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {