mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Add @time-picker-selected-bg to control the selected state of time-picker
This commit is contained in:
parent
5b22faacce
commit
98ba816bfb
@ -100,7 +100,7 @@
|
||||
}
|
||||
|
||||
li&-option-selected {
|
||||
background: @background-color-base;
|
||||
background: @time-picker-selected-bg;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
// ---
|
||||
|
@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
li&-option-selected {
|
||||
background: @background-color-base;
|
||||
background: @time-picker-selected-bg;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user