mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [input] fix textarea disabled box-shadow (#13632)
Update input.scss
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user