Adds user-select: none to calendar elements

Prevents text selection for calendar-related custom elements to improve user interaction and prevent accidental text highlighting

Enhances UI consistency across calendar components
This commit is contained in:
Janus C. H. Knudsen 2025-12-10 20:39:21 +01:00
parent 4e47df2e5c
commit ae48ff38d0
2 changed files with 5 additions and 0 deletions

View file

@ -65,6 +65,7 @@ swp-time-axis {
border-right: 1px solid var(--color-border);
background: var(--color-surface);
overflow: hidden;
user-select: none;
}
swp-header-spacer {
@ -177,6 +178,7 @@ swp-team-header {
text-align: center;
border-right: 1px solid var(--color-border);
border-bottom: 1px solid var(--color-border);
user-select: none;
}
swp-team-header {