Calendar view: do not strike-through labels of non-bookable events (#2602)

This commit is contained in:
Richard Schreiber
2022-04-25 12:37:01 +02:00
committed by GitHub
parent adbf76a09f
commit 01bcf114b2

View File

@@ -88,11 +88,6 @@
&.soon > *:first-child {
font-weight: bold;
}
&.over > *:first-child,
&.reserved > *:first-child,
&.soldout > *:first-child {
text-decoration: line-through
}
.event-name {
display: block;