Skip to content

Commit 97a9060

Browse files
amirhosseinfarajimdo
authored andcommitted
Update _button-group.scss
1 parent 2504b89 commit 97a9060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_button-group.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
@include border-radius($btn-border-radius);
3838

3939
// Prevent double borders when buttons are next to each other
40-
> .btn:not(:first-child),
41-
> .btn-group:not(:first-child) {
40+
> .btn:not(:first-of-type),
41+
> .btn-group:not(:first-of-type) {
4242
margin-left: -$btn-border-width;
4343
}
4444

0 commit comments

Comments
 (0)