mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
show handler when hover input number control
This commit is contained in:
parent
abf2bbddf3
commit
f8b587157d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user