Update _button-group.scss

This commit is contained in:
AmirHossein 2022-09-05 00:01:09 +04:30 committed by Mark Otto
parent 97a9060a8f
commit 9b943880fc
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}