aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Sharma <[email protected]>2020-11-30 14:39:55 +0530
committerGitHub <[email protected]>2020-11-30 11:09:55 +0200
commitaf5744440583e0a13ad637bc41e8e7a4074086fb (patch)
tree485877e28f0d0fb86022131522c60892af27dc69
parentff25a7532062caf8b922ff8909a7e2db848242f5 (diff)
downloadbootstrap-af5744440583e0a13ad637bc41e8e7a4074086fb.tar.xz
bootstrap-af5744440583e0a13ad637bc41e8e7a4074086fb.zip
Keep rounded corners for the first .btn in vertical button group (#31303)
Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--scss/_button-group.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index 1571d1ea9..abb363a84 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);
}