fix button group split border color

This commit is contained in:
afc163 2018-05-17 21:36:05 +08:00
parent 99dca86904
commit cafeb8e3eb

View File

@ -255,6 +255,10 @@
margin-left: -1px;
}
.@{btnClassName}-primary + .@{btnClassName}:not(.@{btnClassName}-primary) {
border-left-color: transparent;
}
.@{btnClassName}:not(:first-child):not(:last-child) {
border-radius: 0;
}