Create and implement "ClassScheduleCalendarSelector" in "ClassScheduleOverview" component

This commit is contained in:
Ivymaster
2026-04-21 14:43:58 +02:00
parent 010b370914
commit 869a7e3335
16 changed files with 2548 additions and 508 deletions
+24
View File
@@ -0,0 +1,24 @@
.fhc-pointer-events-none {
pointer-events: none;
}
.fhc-pointer-events-all {
pointer-events: all;
}
.fhc-cursor-pointer {
cursor: pointer;
}
.fhc-resize-vertical {
cursor: ns-resize;
}
.fhc-drag-handle:hover {
cursor: grab;
color: #000;
}
.fhc-w-fit {
width: fit-content;
}