Browse Source

Fix InputNumber flush style in Chrome, close #2876

pull/2919/head
afc163 8 years ago
parent
commit
c3c1d091c2
  1. 9
      components/input-number/style/index.less

9
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;

Loading…
Cancel
Save