Add a variable to stylize the background of the input in the validation error state

This commit is contained in:
Alexander.Kosov 2019-06-06 14:18:31 +03:00
parent e55a254589
commit 97f2b7b0d9

View File

@ -9,6 +9,7 @@
.@{ant-prefix}-input {
&,
&:hover {
background-color: @background-color;
border-color: @border-color;
}