mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
parent
ab83c1b6cb
commit
8a25a926c4
@ -170,6 +170,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = (token) => {
|
||||
[`${componentCls}-step`]: {
|
||||
position: 'absolute',
|
||||
background: 'transparent',
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
|
||||
[`${componentCls}-dot`]: {
|
||||
@ -181,6 +182,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = (token) => {
|
||||
borderRadius: '50%',
|
||||
cursor: 'pointer',
|
||||
transition: `border-color ${token.motionDurationSlow}`,
|
||||
pointerEvents: 'auto',
|
||||
|
||||
'&-active': {
|
||||
borderColor: token.colorPrimaryBorder,
|
||||
|
Loading…
Reference in New Issue
Block a user