fix: fix input-number error border color when it is disabled and hover in number button

pull/20386/head
qige2016 2020-11-05 16:47:46 +08:00
parent 50e55199be
commit 083d97d1e7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
&:hover {
color: $--color-primary;
&:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
& ~ .el-input:not(.is-disabled) .el-input__inner {
border-color: $--input-focus-border;
}
}