show handler when hover input number control

This commit is contained in:
afc163 2015-09-23 11:40:18 +08:00
parent abf2bbddf3
commit f8b587157d

View File

@ -136,6 +136,12 @@
width: 22px; width: 22px;
height: 28px; height: 28px;
position: relative; position: relative;
opacity: 0;
transition: opacity 0.2s ease;
}
&:hover &-handler-wrap {
opacity: 1;
} }
&-handler-up { &-handler-up {