Skip to content

Commit

Permalink
Keep rounded corners for the first .btn in vertical button group
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit2sharma95 committed Jul 15, 2020
1 parent cc76849 commit f9eea85
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 @@ -134,7 +134,7 @@
@include border-bottom-radius(0);
}

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

0 comments on commit f9eea85

Please sign in to comment.