mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
show handler when hover input number control
This commit is contained in:
parent
abf2bbddf3
commit
f8b587157d
@ -136,6 +136,12 @@
|
||||
width: 22px;
|
||||
height: 28px;
|
||||
position: relative;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
&:hover &-handler-wrap {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&-handler-up {
|
||||
|
Loading…
Reference in New Issue
Block a user