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:
authorAmirHossein <farajiamirhossein1374@gmail.com>2022-09-04 22:31:09 +0300
committerMark Otto <otto@github.com>2022-09-05 22:52:43 +0300
commit9b943880fc38ccde372973111fe5872b5960e75d (patch)
tree5618d7f4dfea6bb895668b81d46b08a8f8c5af19 /scss
parent97a9060a8fa643484fbe70d1e527267841670c9d (diff)
Update _button-group.scss
Diffstat (limited to 'scss')
-rw-r--r--scss/_button-group.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index ade1a4ed15..79b100cbfb 100644
--- a/scss/_button-group.scss
+++ b/scss/_button-group.scss
@@ -37,8 +37,8 @@
@include border-radius($btn-border-radius);
// Prevent double borders when buttons are next to each other
- > .btn:not(:first-of-type),
- > .btn-group:not(:first-of-type) {
+ > :not(.btn-check:first-child) + .btn,
+ > .btn-group:not(:first-child) {
margin-left: -$btn-border-width;
}