Commit f710542570774b2452d5d193aeffb402d7afe0f5

Authored by Aresn
Committed by GitHub
2 parents 01d898dc c6653940

Merge pull request #5552 from houfeng0923/2.0

fix input-number cursor style
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/styles/components/input-number.less
@@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
19 border: 1px solid @border-color-base; 19 border: 1px solid @border-color-base;
20 border-radius: @btn-border-radius; 20 border-radius: @btn-border-radius;
21 overflow: hidden; 21 overflow: hidden;
  22 + cursor: default;
22 23
23 &-handler-wrap { 24 &-handler-wrap {
24 width: 22px; 25 width: 22px;
@@ -196,4 +197,4 @@ @@ -196,4 +197,4 @@
196 .active-error; 197 .active-error;
197 } 198 }
198 } 199 }
199 -}  
200 \ No newline at end of file 200 \ No newline at end of file
  201 +}