From: Andres Galante Date: Tue, 26 Sep 2017 13:51:27 +0000 (-0300) Subject: Fixes rounded corners on first and lat child on vertical btn group (#24119) X-Git-Tag: v4.0.0-beta.2~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c06b75c6130927870a8059762766c84c641f66;p=thirdparty%2Fbootstrap.git Fixes rounded corners on first and lat child on vertical btn group (#24119) --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 4063506825..189036bd30 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -152,14 +152,14 @@ &:not(:first-child):not(:last-child) { border-radius: 0; } - } - &:first-child:not(:last-child) { - @include border-bottom-radius(0); - } + &:first-child:not(:last-child) { + @include border-bottom-radius(0); + } - &:last-child:not(:first-child) { - @include border-top-radius(0); + &:last-child:not(:first-child) { + @include border-top-radius(0); + } } > .btn-group:not(:first-child):not(:last-child) > .btn {