chore: RangePicker TimePicker component locking background to white (#5031)

This commit is contained in:
Graeme Yeates 2017-02-23 21:42:45 -05:00 committed by Benjy Cui
parent 4e59e9e769
commit 19c11dd173

View File

@ -191,7 +191,7 @@
&-combobox {
display: inline-block;
height: 100%;
background-color: white;
background-color: @component-background;
border-top: @border-width-base @border-style-base @border-color-split;
}
&-select {