mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Update _button-group.scss
This commit is contained in:
@@ -37,8 +37,8 @@
|
|||||||
@include border-radius($btn-border-radius);
|
@include border-radius($btn-border-radius);
|
||||||
|
|
||||||
// Prevent double borders when buttons are next to each other
|
// Prevent double borders when buttons are next to each other
|
||||||
> .btn:not(:first-of-type),
|
> :not(.btn-check:first-child) + .btn,
|
||||||
> .btn-group:not(:first-of-type) {
|
> .btn-group:not(:first-child) {
|
||||||
margin-left: -$btn-border-width;
|
margin-left: -$btn-border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user