fix(slider): fix slider last dot can’t click
parent
27acc9a80e
commit
2b4287ef5c
|
@ -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