mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix: Edge useless icon (#41759)
This commit is contained in:
parent
0495be222c
commit
96311fe443
@ -610,6 +610,10 @@ const genAffixStyle: GenerateStyle<InputToken> = (token: InputToken) => {
|
||||
borderRadius: 0,
|
||||
outline: 'none',
|
||||
|
||||
'&::-ms-reveal': {
|
||||
display: 'none',
|
||||
},
|
||||
|
||||
'&:focus': {
|
||||
boxShadow: 'none !important',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user