mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [select] box-shadow noise (#18120)
Co-authored-by: Haceral <18274416193@163.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user