From: Rohit Sharma Date: Mon, 30 Nov 2020 09:09:55 +0000 (+0530) Subject: Keep rounded corners for the first .btn in vertical button group (#31303) X-Git-Tag: v5.0.0-beta1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5744440583e0a13ad637bc41e8e7a4074086fb;p=thirdparty%2Fbootstrap.git Keep rounded corners for the first .btn in vertical button group (#31303) Co-authored-by: XhmikosR --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 1571d1ea98..abb363a840 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -132,7 +132,7 @@ @include border-bottom-radius(0); } - > .btn:not(:first-child), + > .btn ~ .btn, > .btn-group:not(:first-child) > .btn { @include border-top-radius(0); }