fix(components): [input] fix textarea disabled box-shadow (#13632)

Update input.scss
This commit is contained in:
Shigma
2023-07-18 20:13:30 +08:00
committed by GitHub
parent 8fc38655b0
commit 6bc7007dbb

View File

@@ -101,8 +101,8 @@
@include when(disabled) {
.#{$namespace}-textarea__inner {
@include inset-input-border(#{getCssVar('disabled-border-color')});
background-color: map.get($input-disabled, 'fill');
border-color: map.get($input-disabled, 'border');
color: map.get($input-disabled, 'text-color');
cursor: not-allowed;