mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
feat: add @calendar-item-active-bg
This commit is contained in:
parent
4440062e66
commit
04ec04ac85
@ -164,7 +164,7 @@
|
||||
bottom: 4px;
|
||||
left: 0;
|
||||
display: block;
|
||||
background: @item-active-bg;
|
||||
background: @calendar-item-active-bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
content: '';
|
||||
|
@ -475,6 +475,7 @@
|
||||
// Calendar
|
||||
// ---
|
||||
@calendar-border-color: @border-color-inverse;
|
||||
@calendar-item-active-bg: @item-active-bg;
|
||||
|
||||
// Carousel
|
||||
// ---
|
||||
|
@ -34,6 +34,7 @@
|
||||
border: 0;
|
||||
outline: 0;
|
||||
cursor: auto;
|
||||
background-color: inherit;
|
||||
|
||||
.placeholder;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user