mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(theme-chalk): [select] remove unnecessary codes of the select border (#18116)
This commit is contained in:
parent
27bdf1f076
commit
3f0842124b
@ -39,10 +39,6 @@
|
||||
transition: getCssVar('transition', 'duration');
|
||||
@include mixed-input-border(#{getCssVar('border-color')});
|
||||
|
||||
&:hover {
|
||||
@include mixed-input-border(#{getCssVar('text-color')});
|
||||
}
|
||||
|
||||
@include when(filterable) {
|
||||
cursor: text;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user