style(InputNumber): Fixed font highlighting when disabled (#41167)

This commit is contained in:
JiaQi 2023-03-10 20:31:06 +08:00 committed by GitHub
parent 98939365dd
commit 38b47f68f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,6 +263,10 @@ const genInputNumberStyles: GenerateStyle<InputNumberToken> = (token: InputNumbe
[`${componentCls}-handler-wrap`]: {
display: 'none',
},
[`${componentCls}-input`]: {
color: 'inherit',
},
},
[`