Skip to content

Commit

Permalink
fix: Steps inline broken style (ant-design#47406)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored and tanzhenyun committed Mar 29, 2024
1 parent a9667c2 commit 5f06c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/steps/style/inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const genStepsInlineStyle: GenerateStyle<StepsToken, CSSObject> = (token) => {
},
[`${componentCls}-icon-dot`]: {
borderRadius: token.calc(token.fontSizeSM).div(4).equal(),
'&::after': {
display: 'none',
},
},
},

Expand Down

0 comments on commit 5f06c4f

Please sign in to comment.