mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(theme-chalk): [select] box-shadow noise (#18120)
Co-authored-by: Haceral <18274416193@163.com>
This commit is contained in:
parent
fcf2249cc9
commit
cf23d10912
@ -37,6 +37,7 @@
|
||||
border-radius: getCssVar('border-radius-base');
|
||||
background-color: getCssVar('fill-color', 'blank');
|
||||
transition: getCssVar('transition', 'duration');
|
||||
transform: translate3d(0, 0, 0);
|
||||
@include mixed-input-border(#{getCssVar('border-color')});
|
||||
|
||||
@include when(filterable) {
|
||||
|
Loading…
Reference in New Issue
Block a user