diff --git a/components/input/style/index.ts b/components/input/style/index.ts index 92ca32a78d..76ddabc5a8 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -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