remove transparency from past calendar events

This commit is contained in:
Aadil Ayub 2022-02-02 16:45:16 +05:00
parent 9fe3425d46
commit b293af9cbe
1 changed files with 3 additions and 2 deletions

View File

@ -498,13 +498,14 @@ div.network-source {
color: royalblue;
}
.card.calendar.past {
/* disabling temporarily since all the events are past events atm */
/* .card.calendar.past {
opacity: 0.3;
}
.card.calendar.past:hover {
opacity: 1;
}
} */
.h-event.calendar header {
display: flex;