mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix(color-picker): In disabled state, cursor is no-allowed (#50217)
This commit is contained in:
parent
14a9449de9
commit
f4b585af5f
@ -68,7 +68,7 @@ const genClearStyle = (
|
||||
border: `${unit(lineWidth)} solid ${colorSplit}`,
|
||||
position: 'relative',
|
||||
overflow: 'hidden',
|
||||
cursor: 'pointer',
|
||||
cursor: 'inherit',
|
||||
transition: `all ${token.motionDurationFast}`,
|
||||
|
||||
...extraStyle,
|
||||
|
Loading…
Reference in New Issue
Block a user