Skip to content

Commit

Permalink
Added noCellNameEvent option
Browse files Browse the repository at this point in the history
  • Loading branch information
702573N authored Nov 1, 2022
1 parent 15117e3 commit a3947fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasksCalendar/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
.tasksCalendar.noDailyNote .task.dailyNote {
display: none !important;
}
.tasksCalendar.noDailyNote .cellName {
/* noCellNameEvent class */
.tasksCalendar.noCellNameEvent .cellName {
pointer-events: none !important;
}
/* mini class */
Expand Down

0 comments on commit a3947fb

Please sign in to comment.