styles: 统一InputText和Select禁用态文字颜色 (#5432)

This commit is contained in:
RUNZE LU 2022-09-26 14:15:31 +08:00 committed by GitHub
parent 0dde0c6422
commit 3b0d9a7a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -409,6 +409,10 @@
background: var(--Form-input-onDisabled-bg);
border-color: var(--Form-input-onDisabled-borderColor);
transition: all var(--animation-duration);
& > input {
color: var(--text--muted-color);
}
}
&-spinner {

View File

@ -186,6 +186,7 @@ $L1: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
--Form-select-valueIcon-color--dark: #{$G8};
--Form-select-multiple-bgColor: #{$G10};
--Form-select-value-bgColor--dark: #{$G4};
--Form-selectValue-onDisabled-color: #{$G6};
--InputGroup-select-borderWidth: #{px2rem(1px)};
--InputGroup-select-onFocused-bg: #eaf6fe;