fix(theme-chalk): [select] box-shadow noise (#18120)

Co-authored-by: Haceral <18274416193@163.com>
This commit is contained in:
Haceral
2024-09-03 11:34:38 +08:00
committed by GitHub
parent fcf2249cc9
commit cf23d10912

View File

@@ -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) {