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; color: royalblue;
} }
.card.calendar.past { /* disabling temporarily since all the events are past events atm */
/* .card.calendar.past {
opacity: 0.3; opacity: 0.3;
} }
.card.calendar.past:hover { .card.calendar.past:hover {
opacity: 1; opacity: 1;
} } */
.h-event.calendar header { .h-event.calendar header {
display: flex; display: flex;