Skip to content

Commit

Permalink
fix: Edge useless icon (ant-design#41759)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored and RedJue committed Apr 25, 2023
1 parent 4ba0c6d commit 14fd689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/input/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ const genAffixStyle: GenerateStyle<InputToken> = (token: InputToken) => {
borderRadius: 0,
outline: 'none',

'&::-ms-reveal': {
display: 'none',
},

'&:focus': {
boxShadow: 'none !important',
},
Expand Down

0 comments on commit 14fd689

Please sign in to comment.