mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
update validate style
This commit is contained in:
parent
d6e0678fba
commit
d2d5efa723
@ -295,6 +295,7 @@ form {
|
||||
color: @warning-color;
|
||||
}
|
||||
|
||||
// ant-select
|
||||
.@{selectPrefixCls} {
|
||||
&-selection {
|
||||
border-color: @warning-color;
|
||||
@ -304,6 +305,11 @@ form {
|
||||
color: @warning-color;
|
||||
}
|
||||
}
|
||||
|
||||
// ant-datepicker
|
||||
.@{prefixCalendarClass}-picker-icon:after {
|
||||
color: @warning-color;
|
||||
}
|
||||
}
|
||||
|
||||
.has-error {
|
||||
@ -313,7 +319,8 @@ form {
|
||||
content: '\e628';
|
||||
color: @error-color;
|
||||
}
|
||||
|
||||
|
||||
// ant-select
|
||||
.@{selectPrefixCls} {
|
||||
&-selection {
|
||||
border-color: @error-color;
|
||||
@ -324,6 +331,11 @@ form {
|
||||
color: @error-color;
|
||||
}
|
||||
}
|
||||
|
||||
// ant-datepicker
|
||||
.@{prefixCalendarClass}-picker-icon:after {
|
||||
color: @error-color;
|
||||
}
|
||||
}
|
||||
|
||||
.is-validating {
|
||||
|
Loading…
Reference in New Issue
Block a user