mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
style(rate): fix the rate interaction style under disabled (#40836)
This commit is contained in:
parent
9fa24c231d
commit
f76e5bb954
@ -100,7 +100,7 @@ const genRateStyle: GenerateStyle<RateToken> = (token) => {
|
||||
[`&-disabled${componentCls} ${componentCls}-star`]: {
|
||||
cursor: 'default',
|
||||
|
||||
'&:hover': {
|
||||
'> div:hover': {
|
||||
transform: 'scale(1)',
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user