fix(input-number): fix border color when disabled and hover over buttons (#2334)

This commit is contained in:
qige2016 2021-06-24 21:10:06 -05:00 committed by GitHub
parent 77e64996e7
commit 42ed0f1c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}