From af5744440583e0a13ad637bc41e8e7a4074086fb Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 30 Nov 2020 14:39:55 +0530 Subject: [PATCH] Keep rounded corners for the first .btn in vertical button group (#31303) Co-authored-by: XhmikosR --- scss/_button-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }