remove transparency from past calendar events

Esse commit está contido em:
2022-02-02 16:45:16 +05:00
commit b293af9cbe
+3 -2
Ver Arquivo
@@ -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;