From b75d7d3b66034309406bb27482f3aac72e0aa66c Mon Sep 17 00:00:00 2001 From: John Date: Mon, 2 Nov 2020 21:13:00 +0800 Subject: [PATCH] fix: input style error --- components/form/style/mixin.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/form/style/mixin.less b/components/form/style/mixin.less index ae932699de..8f03c86383 100644 --- a/components/form/style/mixin.less +++ b/components/form/style/mixin.less @@ -14,10 +14,6 @@ border-color: @border-color; } - &:focus { - .active(@border-color); - } - &:not([disabled]):hover { border-color: @border-color; } @@ -35,10 +31,6 @@ background-color: @background-color; border-color: @border-color; } - - &:focus { - .active(@border-color); - } } &:hover .@{ant-prefix}-input:not(.@{ant-prefix}-input-disabled) {