Skip to content

Commit

Permalink
[Button]Support Dropdown in ButtonGroup(ElemeFE#12815)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejfox committed Sep 19, 2018
1 parent 6e95460 commit f5df006
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/theme-chalk/src/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@
& > .el-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-color: hsla(0,0%,100%,.5);

@each $type in (primary, success, warning, danger, info) {
&.el-button--#{$type} {
border-left-color: rgba($--color-white, 0.5);
}
}
}
}

Expand Down

0 comments on commit f5df006

Please sign in to comment.