mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
fix(select): background color appears when allowClear and filled (#50916)
This commit is contained in:
parent
14d00df048
commit
0401475eb4
@ -180,6 +180,7 @@ const genBaseStyle: GenerateStyle<SelectToken> = (token) => {
|
||||
[`&:hover ${componentCls}-clear`]: {
|
||||
opacity: 1,
|
||||
background: token.colorBgBase,
|
||||
borderRadius: '50%',
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user