feat: add @calendar-item-active-bg

This commit is contained in:
ycjcl868 2019-11-26 22:54:39 +08:00 committed by GitHub Action
parent 4440062e66
commit 04ec04ac85
3 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,7 @@
bottom: 4px; bottom: 4px;
left: 0; left: 0;
display: block; display: block;
background: @item-active-bg; background: @calendar-item-active-bg;
border: 0; border: 0;
border-radius: 0; border-radius: 0;
content: ''; content: '';

View File

@ -475,6 +475,7 @@
// Calendar // Calendar
// --- // ---
@calendar-border-color: @border-color-inverse; @calendar-border-color: @border-color-inverse;
@calendar-item-active-bg: @item-active-bg;
// Carousel // Carousel
// --- // ---

View File

@ -34,6 +34,7 @@
border: 0; border: 0;
outline: 0; outline: 0;
cursor: auto; cursor: auto;
background-color: inherit;
.placeholder; .placeholder;