7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit dc597f73e2 - Show all commits

View File

@ -108,7 +108,7 @@ const containerClasses = computed(() => {
font-size: 13px;
&:hover {
background-color: var(--vn-accent-color);
background-color: var(--vn-label-color);
cursor: pointer;
}
}

View File

@ -174,6 +174,7 @@ const calendarHeaderTitle = computed(() => {
&.--event {
background-color: $positive;
color: black;
}
&.--excluded {