mirror of https://github.com/ElemeFE/element
Dropdown: fix split-button caret default color (#15931)
parent
8a42dd1fcc
commit
f9384aa588
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue