fix(select): background color appears when allowClear and filled (#50916)

This commit is contained in:
thinkasany 2024-09-22 13:58:56 +08:00 committed by GitHub
parent 14d00df048
commit 0401475eb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,6 +180,7 @@ const genBaseStyle: GenerateStyle<SelectToken> = (token) => {
[`&:hover ${componentCls}-clear`]: {
opacity: 1,
background: token.colorBgBase,
borderRadius: '50%',
},
},