style(theme-chalk): change input-number hover style (#13120)

This commit is contained in:
zepeng
2023-06-09 17:58:49 +08:00
committed by GitHub
parent 78276ff422
commit fa0314ebca

View File

@@ -50,7 +50,7 @@
&:hover {
color: getCssVar('color-primary');
& ~ .#{$namespace}-input:not(.is-disabled) .#{$namespace}-input_wrapper {
& ~ .#{$namespace}-input:not(.is-disabled) .#{$namespace}-input__wrapper {
box-shadow: 0 0 0 1px
var(
#{getCssVarName('input', 'focus-border-color')},