Dropdown: fix split-button caret default color (#15931)

pull/16365/head
JuniorTour 2019-07-02 17:33:41 +08:00 committed by hetech
parent 8a42dd1fcc
commit f9384aa588
1 changed files with 4 additions and 0 deletions

View File

@ -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;