[DE mobile] Fix Bug 55941

This commit is contained in:
SergeyEzhin 2022-03-29 19:26:42 +04:00
parent 821cfc8820
commit 8a04370f3a

View file

@ -239,3 +239,9 @@
color: @brandColor;
}
}
.calendar-sheet {
.calendar-month-picker, .calendar-year-picker {
border-top: 1px solid var(--background-menu-divider);
}
}