Add @time-picker-selected-bg to control the selected state of time-picker

This commit is contained in:
Graeme Yeates 2017-05-03 11:06:07 -04:00
parent 5b22faacce
commit 98ba816bfb
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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