Skip to content

Commit

Permalink
Dropdown: fix split-button caret default color
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorTour authored and island205 committed Jul 2, 2019
1 parent 8a42dd1 commit e8586ad
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 e8586ad

Please sign in to comment.