mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(theme-chalk): [input] add not-allowed when disabled (#7612)
This commit is contained in:
parent
51a907153a
commit
339c619f64
@ -317,6 +317,7 @@
|
||||
|
||||
.#{$namespace}-input__inner {
|
||||
color: map.get($input-disabled, 'text-color');
|
||||
cursor: not-allowed;
|
||||
|
||||
&::placeholder {
|
||||
color: map.get($input-disabled, 'placeholder-color');
|
||||
|
Loading…
Reference in New Issue
Block a user