mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: Steps inline broken style (#47406)
This commit is contained in:
parent
52fdbb47d9
commit
a49d2d5ea3
@ -42,6 +42,9 @@ const genStepsInlineStyle: GenerateStyle<StepsToken, CSSObject> = (token) => {
|
||||
},
|
||||
[`${componentCls}-icon-dot`]: {
|
||||
borderRadius: token.calc(token.fontSizeSM).div(4).equal(),
|
||||
'&::after': {
|
||||
display: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user