diff --git a/src/components/ui/QCalendarMonthWrapper.vue b/src/components/ui/QCalendarMonthWrapper.vue index 5e3cdadc7..7b604bd0b 100644 --- a/src/components/ui/QCalendarMonthWrapper.vue +++ b/src/components/ui/QCalendarMonthWrapper.vue @@ -110,7 +110,13 @@ const containerClasses = computed(() => { cursor: pointer; } } - + // .q-calendar-month__day--label .q-calendar__button { + // color: red; + // &::before { + // content: ''; + // color: transparent !important; + // } + // } .q-calendar-month__week--days > div:nth-child(6), .q-calendar-month__week--days > div:nth-child(7) { // Cambia el color de los días sábado y domingo diff --git a/src/pages/Worker/Card/WorkerCalendarItem.vue b/src/pages/Worker/Card/WorkerCalendarItem.vue index f21d34af0..a116c93f9 100644 --- a/src/pages/Worker/Card/WorkerCalendarItem.vue +++ b/src/pages/Worker/Card/WorkerCalendarItem.vue @@ -249,7 +249,12 @@ watch(_year, (newValue) => { } &.--festive { - border: 2px solid $negative; + color: $negative; + } + &.--holiday { + & > span:nth-child(2) .block { + color: $negative; + } } &.--holiday { & > span:nth-child(2) .block {