2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Update _button-group.scss

This commit is contained in:
AmirHossein
2022-09-04 03:07:15 +04:30
committed by Mark Otto
parent 2504b89950
commit 97a9060a8f
+2 -2
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-child),
> .btn-group:not(:first-child) {
> .btn:not(:first-of-type),
> .btn-group:not(:first-of-type) {
margin-left: -$btn-border-width;
}