mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
fix(input): Input addon text color issue (#50486)
Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
9d5f73145e
commit
9c4d5496bd
@ -180,12 +180,6 @@ export const genInputGroupStyle = (token: InputToken): CSSObject => {
|
||||
boxShadow: 'none',
|
||||
},
|
||||
},
|
||||
|
||||
'&-open, &-focused': {
|
||||
[`${antCls}-select-selector`]: {
|
||||
color: token.colorPrimary,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/31333
|
||||
|
Loading…
Reference in New Issue
Block a user