(css) Fix styling of cancelled events

This commit is contained in:
Francis Lachapelle
2018-10-09 14:36:56 -04:00
parent fbdd0b82bb
commit 8120a48b95
@@ -364,11 +364,11 @@ $quarter_height: 10px;
);
pointer-events: none;
}
}
// Event is cancelled
&--cancelled .text {
text-decoration: line-through;
}
// Event is cancelled
&--cancelled .text {
text-decoration: line-through;
}
.eventInside {