From 7da0c96b0f911de4414a0e6afe50c2fd5d03758c Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 9 Mar 2021 16:57:01 +0800 Subject: [PATCH] fix: affix Input disabled hover style (#29670) --- components/input/style/affix.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input/style/affix.less b/components/input/style/affix.less index 129ac90ea9fd..50977062a976 100644 --- a/components/input/style/affix.less +++ b/components/input/style/affix.less @@ -8,7 +8,7 @@ .input(); display: inline-flex; - &:hover { + &:not(&-disabled):hover { .hover(); z-index: 1; .@{ant-prefix}-input-search-with-button & {