diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index 3d3fc32074..d0d77b66af 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -34,8 +34,9 @@ transition: all 0.1s linear; display: block; width: 100%; - &:hover { - background: #fefefe; + font-weight: bold; + &:active { + background: #f4f4f4; } &:hover &-up-inner, &:hover &-down-inner { @@ -155,8 +156,8 @@ &-handler-wrap { border-left: 1px solid @border-color-base; width: 22px; - height: 28px; - background: #fff; + height: 100%; + background: transparent; position: absolute; top: 0; right: 0;