diff --git a/components/input/style/index.ts b/components/input/style/index.ts index 0537ce0756..fe6facb12e 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -121,7 +121,7 @@ export const genDisabledStyle = (token: InputToken): CSSObject => ({ cursor: 'not-allowed', opacity: 1, - '&:hover': { + '&:hover:not([disabled])': { ...genHoverStyle( mergeToken(token, { hoverBorderColor: token.colorBorder,