fix: Edge useless icon (#41759)

This commit is contained in:
二货爱吃白萝卜 2023-04-12 09:59:31 +08:00 committed by GitHub
parent 0495be222c
commit 96311fe443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -610,6 +610,10 @@ const genAffixStyle: GenerateStyle<InputToken> = (token: InputToken) => {
borderRadius: 0,
outline: 'none',
'&::-ms-reveal': {
display: 'none',
},
'&:focus': {
boxShadow: 'none !important',
},