Commit f9384aa5 authored by JuniorTour's avatar JuniorTour Committed by hetech

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

parent 8a42dd1f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment