Skip to content

Commit

Permalink
fix button group split border color
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 17, 2018
1 parent 99dca86 commit cafeb8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/button/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cafeb8e

Please sign in to comment.