mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Calendar view: do not strike-through labels of non-bookable events (#2602)
This commit is contained in:
committed by
GitHub
parent
adbf76a09f
commit
01bcf114b2
@@ -88,11 +88,6 @@
|
|||||||
&.soon > *:first-child {
|
&.soon > *:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
&.over > *:first-child,
|
|
||||||
&.reserved > *:first-child,
|
|
||||||
&.soldout > *:first-child {
|
|
||||||
text-decoration: line-through
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-name {
|
.event-name {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user