Skip to content

Commit

Permalink
chore(float-button): remove unused css code (ant-design#44587)
Browse files Browse the repository at this point in the history
* fix(float-button):  fix componentCls display props

* chore(float-button): remove useless styles
  • Loading branch information
zbw-zbw authored Sep 2, 2023
1 parent 3f01f83 commit 27d8f62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/float-button/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ const sharedFloatButtonStyle: GenerateStyle<FloatButtonToken, CSSObject> = (toke
position: 'fixed',
cursor: 'pointer',
zIndex: 99,
display: 'block',
justifyContent: 'center',
alignItems: 'center',
width: floatButtonSize,
height: floatButtonSize,
insetInlineEnd: token.floatButtonInsetInlineEnd,
Expand Down

0 comments on commit 27d8f62

Please sign in to comment.