mirror of https://github.com/ElemeFE/element
fix: fix input-number error border color when it is disabled and hover in number button
parent
50e55199be
commit
083d97d1e7
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue