From 97f2b7b0d9a519a3cdc8725a8020873c09df1273 Mon Sep 17 00:00:00 2001 From: "Alexander.Kosov" Date: Thu, 6 Jun 2019 14:18:31 +0300 Subject: [PATCH] Add a variable to stylize the background of the input in the validation error state --- components/form/style/mixin.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/form/style/mixin.less b/components/form/style/mixin.less index 10511d7810..34fc912eee 100644 --- a/components/form/style/mixin.less +++ b/components/form/style/mixin.less @@ -9,6 +9,7 @@ .@{ant-prefix}-input { &, &:hover { + background-color: @background-color; border-color: @border-color; }