style: InputNumber handler display when focused (#31911)

close #31908
This commit is contained in:
afc163 2021-08-26 17:09:10 +08:00 committed by GitHub
parent 7eb9c89933
commit 373b903055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,8 @@
height: 40%;
}
&:hover &-handler-wrap {
&:hover &-handler-wrap,
&-focused &-handler-wrap {
opacity: 1;
}