mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
Fix calendar clear background color
This commit is contained in:
parent
5f9b000593
commit
aaf2a508be
@ -48,7 +48,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
background: #fff;
|
background: @input-bg;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
color: @disabled-color;
|
color: @disabled-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user