mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +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 {
|
.#{$namespace}-input__inner {
|
||||||
color: map.get($input-disabled, 'text-color');
|
color: map.get($input-disabled, 'text-color');
|
||||||
|
cursor: not-allowed;
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: map.get($input-disabled, 'placeholder-color');
|
color: map.get($input-disabled, 'placeholder-color');
|
||||||
|
Loading…
Reference in New Issue
Block a user