Merge pull request #5552 from houfeng0923/2.0

fix input-number cursor style
This commit is contained in:
Aresn 2019-04-08 10:30:27 +08:00 committed by GitHub
commit f710542570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
border: 1px solid @border-color-base;
border-radius: @btn-border-radius;
overflow: hidden;
cursor: default;
&-handler-wrap {
width: 22px;
@ -196,4 +197,4 @@
.active-error;
}
}
}
}