mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: datepicker bg @time-picker-panel-inner-bg
This commit is contained in:
parent
dc1d1876f8
commit
898311c637
@ -7,7 +7,7 @@
|
||||
z-index: @zindex-picker-panel;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: @component-background;
|
||||
background: @calendar-bg;
|
||||
border-radius: @border-radius-base;
|
||||
outline: none;
|
||||
}
|
||||
|
@ -288,6 +288,7 @@
|
||||
// ---
|
||||
@time-picker-bg: @gray-11;
|
||||
@time-picker-inner-bg: @gray-11;
|
||||
@time-picker-panel-inner-bg: @gray-11;
|
||||
@month-panel-bg: @gray-11;
|
||||
@year-panel-bg: @gray-11;
|
||||
|
||||
|
@ -494,6 +494,7 @@
|
||||
@time-picker-panel-width: @time-picker-panel-column-width * 3;
|
||||
@time-picker-selected-bg: @item-active-bg;
|
||||
@time-picker-inner-bg: @component-background;
|
||||
@time-picker-panel-inner-bg: @component-background;
|
||||
@month-panel-bg: @component-background;
|
||||
@year-panel-bg: @component-background;
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
font-size: @font-size-base;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: @component-background;
|
||||
background-color: @time-picker-panel-inner-bg;
|
||||
background-clip: padding-box;
|
||||
border-radius: @border-radius-base;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user