Sass: Solves an issue with groups and rounded borders

This commit is contained in:
arekkas
2014-07-20 16:20:10 +02:00
parent 574034791d
commit ca19e02b17

View File

@@ -36,3 +36,7 @@
.btn-xs .btn-label {
@include button-label-size(1px, 5px, $border-radius-small);
}
.btn-group > .btn:last-child:not(:first-child) .btn-label, .btn-group > .dropdown-toggle:not(:first-child) .btn-label {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}