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;
|
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: '';
|
||||||
|
@ -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
|
||||||
// ---
|
// ---
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
background-color: inherit;
|
||||||
|
|
||||||
.placeholder;
|
.placeholder;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user