Skip to content
Snippets Groups Projects

calendar: CSS support for inactive entries

Merged Tobias Koelling requested to merge inactive_calendar into main

This change adds CSS support for inactive calender entries. Calendar entries can be marked inactive by adding any HTML tag with class inactive to a calendar row. The suggested way to do this is to wrap the date in an inactive span as in:

| [2024-05-21]{.inactive} | pentecost | - |

I was not able to figure out how (or if) to attach CSS classes to the table row itself using Quarto Markdown, thus the workaround with the contained inactive span.

fixes #8 (closed)

Edited by Tobias Koelling

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading