Skip to content
Snippets Groups Projects
Verified Commit f41c2731 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix color of strike-through line for cancelled lessons

parent 23f8c492
No related branches found
No related tags found
1 merge request!339Fix some bugs with displaying lesson events
......@@ -14,6 +14,7 @@
'orange-border':
selectedEvent.meta.amended && !selectedEvent.meta.cancelled,
'red-border': selectedEvent.meta.cancelled,
'text-decoration-line-through': selectedEvent.meta.cancelled,
}"
:style="{
color: currentSubject ? currentSubject.colour_fg || 'white' : 'white',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment