Skip to content

Commit

Permalink
Keep rounded corners for the first .btn in vertical button group (#31303
Browse files Browse the repository at this point in the history
)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
rohit2sharma95 and XhmikosR authored Nov 30, 2020
1 parent ff25a75 commit af57444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
@include border-bottom-radius(0);
}

> .btn:not(:first-child),
> .btn ~ .btn,
> .btn-group:not(:first-child) > .btn {
@include border-top-radius(0);
}
Expand Down

0 comments on commit af57444

Please sign in to comment.