fix input-number cursor style
This commit is contained in:
parent
fd5d3596d6
commit
c6653940e7
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
border: 1px solid @border-color-base;
|
border: 1px solid @border-color-base;
|
||||||
border-radius: @btn-border-radius;
|
border-radius: @btn-border-radius;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
cursor: default;
|
||||||
|
|
||||||
&-handler-wrap {
|
&-handler-wrap {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
@ -196,4 +197,4 @@
|
||||||
.active-error;
|
.active-error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue