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:
parent
4e47df2e5c
commit
ae48ff38d0
2 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue