refactor(Calendar Tagesansicht): changes how the logic for opening a modal or showing the lvMenu next to the calendar is handled

This commit is contained in:
SimonGschnell
2024-11-19 10:11:49 +01:00
parent 06dab52461
commit 4aed321b5e
7 changed files with 91 additions and 51 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ html {
}
#cis-header .btn.dropdown-toggle:after,
#cis-nav .btn.dropdown-toggle:after {
transition: all 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
#cis-header .btn.dropdown-toggle.collapsed:after,
#cis-nav .btn.dropdown-toggle.collapsed:after {