Commit 089afb25 authored by hetech's avatar hetech Committed by Zhi Cun

Form: Remove success status (#16159)

parent c6d1e032
...@@ -158,23 +158,7 @@ ...@@ -158,23 +158,7 @@
color: $--color-danger; color: $--color-danger;
} }
} }
@include when(success) {
& .el-input__inner,
& .el-textarea__inner {
&, &:focus {
border-color: $--color-success;
}
}
& .el-input-group__append,
& .el-input-group__prepend {
& .el-input__inner {
border-color: transparent;
}
}
.el-input__validateIcon {
color: $--color-success;
}
}
@include m(feedback) { @include m(feedback) {
.el-input__validateIcon { .el-input__validateIcon {
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment