Merge pull request #6006 from megawac/time-picker-selected-bg

Add @time-picker-selected-bg to control the selected state of time-pickers
This commit is contained in:
偏右 2017-05-04 11:59:15 +08:00 committed by GitHub
commit 48ccedd8a5
3 changed files with 3 additions and 2 deletions

View File

@ -100,7 +100,7 @@
}
li&-option-selected {
background: @background-color-base;
background: @time-picker-selected-bg;
font-weight: bold;
}

View File

@ -294,6 +294,7 @@
// ---
@time-picker-panel-column-width: 56px;
@time-picker-panel-width: @time-picker-panel-column-width * 3;
@time-picker-selected-bg: @background-color-base;
// Carousel
// ---

View File

@ -130,7 +130,7 @@
}
li&-option-selected {
background: @background-color-base;
background: @time-picker-selected-bg;
font-weight: bold;
}