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
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_button-group.scss')
-rw-r--r--scss/_button-group.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index 47f0c1349a..79b100cbfb 100644
--- a/scss/_button-group.scss
+++ b/scss/_button-group.scss
@@ -37,13 +37,14 @@
@include border-radius($btn-border-radius);
// Prevent double borders when buttons are next to each other
- > .btn:not(:first-child),
+ > :not(.btn-check:first-child) + .btn,
> .btn-group:not(:first-child) {
margin-left: -$btn-border-width;
}
// Reset rounded corners
> .btn:not(:last-child):not(.dropdown-toggle),
+ > .btn.dropdown-toggle-split:first-child,
> .btn-group:not(:last-child) > .btn {
@include border-end-radius(0);
}