From 01bcf114b287e15f322bc03af8d519115e92ce16 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Mon, 25 Apr 2022 12:37:01 +0200 Subject: [PATCH] Calendar view: do not strike-through labels of non-bookable events (#2602) --- src/pretix/static/pretixpresale/scss/_calendar.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pretix/static/pretixpresale/scss/_calendar.scss b/src/pretix/static/pretixpresale/scss/_calendar.scss index 4319be2182..7320de9ee9 100644 --- a/src/pretix/static/pretixpresale/scss/_calendar.scss +++ b/src/pretix/static/pretixpresale/scss/_calendar.scss @@ -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;