Do not display remove buttons for scheduled recipes when picking a date

This commit is contained in:
Greg Burri 2025-02-10 00:06:09 +01:00
parent 37721ac3ea
commit 15173c4842
5 changed files with 50 additions and 75 deletions

View file

@ -57,13 +57,6 @@
}
}
// Deactivate recipe links in dialog mode.
dialog .calendar .scheduled-recipe {
pointer-events: none;
cursor: text;
text-decoration: none;
}
#hidden-templates-calendar {
display: none;
}