mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +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}`,
|
border: `${unit(lineWidth)} solid ${colorSplit}`,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
cursor: 'pointer',
|
cursor: 'inherit',
|
||||||
transition: `all ${token.motionDurationFast}`,
|
transition: `all ${token.motionDurationFast}`,
|
||||||
|
|
||||||
...extraStyle,
|
...extraStyle,
|
||||||
|
Loading…
Reference in New Issue
Block a user