Skip to content

Commit

Permalink
Form: remove success status
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored and island205 committed Jun 24, 2019
1 parent c6d1e03 commit 20d6810
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions packages/theme-chalk/src/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,23 +158,7 @@
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) {
.el-input__validateIcon {
display: inline-block;
Expand Down

0 comments on commit 20d6810

Please sign in to comment.