mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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',
|
boxShadow: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
'&-open, &-focused': {
|
|
||||||
[`${antCls}-select-selector`]: {
|
|
||||||
color: token.colorPrimary,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/31333
|
// https://github.com/ant-design/ant-design/issues/31333
|
||||||
|
Loading…
Reference in New Issue
Block a user