fix(theme-chalk): [input] add not-allowed when disabled (#7612)

This commit is contained in:
Satrong 2022-05-10 16:47:18 +08:00 committed by GitHub
parent 51a907153a
commit 339c619f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');