Skip to content

Commit

Permalink
Dropdown: fix split-button caret default color (#15931)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorTour authored and ziyoung committed Jul 2, 2019
1 parent 8a42dd1 commit f9384aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theme-chalk/src/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
background: mix(white, transparent, 50%);
}

&.el-button--default::before {
background: mix($--button-default-border-color, transparent, 50%);
}

&:hover {
&::before {
top: 0;
Expand Down

0 comments on commit f9384aa

Please sign in to comment.