fix(slider): fix slider last dot can’t click (#8246)
parent
28b1c4f62d
commit
74b3018945
|
@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
transition: `border-color ${token.motionDurationSlow}`,
|
transition: `border-color ${token.motionDurationSlow}`,
|
||||||
|
pointerEvents: 'auto',
|
||||||
|
|
||||||
'&-active': {
|
'&-active': {
|
||||||
borderColor: token.colorPrimaryBorder,
|
borderColor: token.colorPrimaryBorder,
|
||||||
|
|
Loading…
Reference in New Issue