#7323 fix worker errors #599

Merged
jorgep merged 8 commits from 7323-fixErrors into dev 2024-08-07 13:32:29 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 08ed134b12 - Show all commits

View File

@ -73,8 +73,7 @@ const containerClasses = computed(() => {
.q-calendar-month__head--workweek,
.q-calendar-month__head--weekday,
// .q-calendar-month__workweek.q-past-day,
.q-calendar-month__week :nth-child(6),
:nth-child(7) {
.q-calendar-month__week :nth-child(n+6):nth-child(-n+7) {
alexm marked this conversation as resolved
Review

Rango del hijo 6 al 7

Rango del hijo 6 al 7
color: var(--vn-label-color);
}