Skip to content

Commit

Permalink
[v3] Use border-radius mixin in button-groups.less
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Nov 13, 2015
1 parent f14ee8f commit 3331565
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions less/button-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,12 @@
border-radius: 0;
}
&:first-child:not(:last-child) {
border-top-left-radius: @btn-border-radius-base;
border-top-right-radius: @btn-border-radius-base;
.border-top-radius(@btn-border-radius-base);
.border-bottom-radius(0);
}
&:last-child:not(:first-child) {
border-bottom-left-radius: @btn-border-radius-base;
border-bottom-right-radius: @btn-border-radius-base;
.border-top-radius(0);
.border-bottom-radius(@btn-border-radius-base);
}
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
Expand Down

0 comments on commit 3331565

Please sign in to comment.