mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
fix(input-number): fix border color when disabled and hover over buttons (#2334)
This commit is contained in:
parent
77e64996e7
commit
42ed0f1c74
@ -36,7 +36,7 @@
|
||||
&:hover {
|
||||
color: $--color-primary;
|
||||
|
||||
&:not(.is-disabled) ~ .#{$namespace}-input .#{$namespace}-input__inner:not(.is-disabled) {
|
||||
& ~ .#{$namespace}-input:not(.is-disabled) .#{$namespace}-input__inner {
|
||||
border-color: $--input-focus-border;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user