update button-group

This commit is contained in:
simaQ 2015-07-08 16:21:04 +08:00
parent 1b64113ba3
commit 6012b560a7

View File

@ -24,6 +24,10 @@
.@{btnPrefixClass}-group &:last-child:not(:first-child) {
border-left-color: #00abea;
}
.@{btnPrefixClass}-group & + .@{btnPrefixClass} {
border-left-color: @btn-primary-border;
}
}
&-ghost {