mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [input] box-shadow noise (#11518)
This commit is contained in:
parent
06126ea571
commit
196e30715c
@ -181,6 +181,7 @@
|
||||
map.get($input, 'border-radius')
|
||||
);
|
||||
transition: getCssVar('transition-box-shadow');
|
||||
transform: translate3d(0, 0, 0);
|
||||
@include inset-input-border(
|
||||
var(
|
||||
#{getCssVarName('input-border-color')},
|
||||
|
Loading…
Reference in New Issue
Block a user