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

This commit is contained in:
JuniorTour
2019-07-02 17:33:41 +08:00
committed by hetech
parent 8a42dd1fcc
commit f9384aa588

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;