style(rate): fix the rate interaction style under disabled (#40836)

This commit is contained in:
JiaQi 2023-02-21 10:25:46 +08:00 committed by GitHub
parent 9fa24c231d
commit f76e5bb954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ const genRateStyle: GenerateStyle<RateToken> = (token) => {
[`&-disabled${componentCls} ${componentCls}-star`]: {
cursor: 'default',
'&:hover': {
'> div:hover': {
transform: 'scale(1)',
},
},