Skip to content

Commit

Permalink
fix: radio should work in tree (ant-design#44380)
Browse files Browse the repository at this point in the history
* fix: radio should work in tree

* chore: code clean
  • Loading branch information
MadCcc authored Aug 24, 2023
1 parent 79825c0 commit e91f927
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions components/radio/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,7 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {

[`${componentCls}-input`]: {
position: 'absolute',
insetBlockStart: 0,
insetInlineEnd: 0,
insetBlockEnd: 0,
insetInlineStart: 0,
width: 0,
height: 0,
padding: 0,
margin: 0,
inset: 0,
zIndex: 1,
cursor: 'pointer',
opacity: 0,
Expand Down

0 comments on commit e91f927

Please sign in to comment.