Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorRohit Sharma <rohit2sharma95@gmail.com>2020-11-30 12:09:55 +0300
committerGitHub <noreply@github.com>2020-11-30 12:09:55 +0300
commitaf5744440583e0a13ad637bc41e8e7a4074086fb (patch)
tree485877e28f0d0fb86022131522c60892af27dc69 /scss
parentff25a7532062caf8b922ff8909a7e2db848242f5 (diff)
Keep rounded corners for the first .btn in vertical button group (#31303)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss')
-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 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);
}