mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
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:
commit
48ccedd8a5
@ -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