From 9bffc9bb25a7470bbc5a90056860aa69ac06d671 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 9 Apr 2024 15:20:29 -0300 Subject: [PATCH] classes and size improvements --- src/components/ui/QCalendarMonthWrapper.vue | 7 +++---- src/pages/Worker/Card/WorkerCalendar.vue | 20 +++++--------------- src/pages/Worker/Card/WorkerCalendarItem.vue | 2 +- 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/src/components/ui/QCalendarMonthWrapper.vue b/src/components/ui/QCalendarMonthWrapper.vue index c5187a7b8..e87d9c4c9 100644 --- a/src/components/ui/QCalendarMonthWrapper.vue +++ b/src/components/ui/QCalendarMonthWrapper.vue @@ -50,10 +50,9 @@ const containerClasses = computed(() => { } .transparent-background { - .q-calendar-month > * { - background-color: var(--vn-section-color) !important; - --calendar-outside-background-dark: #transparent; - } + --calendar-background-dark: transparent; + --calendar-background: transparent; + --calendar-outside-background-dark: transparent; } .nav-container { diff --git a/src/pages/Worker/Card/WorkerCalendar.vue b/src/pages/Worker/Card/WorkerCalendar.vue index 161d1feae..288e78dcf 100644 --- a/src/pages/Worker/Card/WorkerCalendar.vue +++ b/src/pages/Worker/Card/WorkerCalendar.vue @@ -180,7 +180,7 @@ watch([year, businessFk], () => refreshData()); /> - + {{ t('Autonomous worker') }} @@ -218,24 +218,14 @@ watch([year, businessFk], () => refreshData()); diff --git a/src/pages/Worker/Card/WorkerCalendarItem.vue b/src/pages/Worker/Card/WorkerCalendarItem.vue index 7ab2a34b0..598e3abbf 100644 --- a/src/pages/Worker/Card/WorkerCalendarItem.vue +++ b/src/pages/Worker/Card/WorkerCalendarItem.vue @@ -174,7 +174,7 @@ watch(_year, (newValue) => {