mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
Merge pull request #6009 from megawac/input-number-background
Fix input-number not setting the child input elements background
This commit is contained in:
commit
51ae68e1a9
@ -75,6 +75,7 @@
|
||||
height: @input-height-base - 2px;
|
||||
transition: all 0.3s linear;
|
||||
color: @input-color;
|
||||
background-color: @input-bg;
|
||||
border: 0;
|
||||
border-radius: @border-radius-base;
|
||||
padding: 0 7px;
|
||||
|
Loading…
Reference in New Issue
Block a user