0
0
Fork 0

fix: 9-12

This commit is contained in:
Javier Segarra 2024-05-22 08:54:37 +02:00
parent 3d6fac5338
commit 0e0f649ff9
2 changed files with 3 additions and 13 deletions

View File

@ -110,13 +110,6 @@ const containerClasses = computed(() => {
cursor: pointer; 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(6),
.q-calendar-month__week--days > div:nth-child(7) { .q-calendar-month__week--days > div:nth-child(7) {
// Cambia el color de los días sábado y domingo // Cambia el color de los días sábado y domingo

View File

@ -162,7 +162,7 @@ const getEventAttrs = (timestamp) => {
if (isFestive) { if (isFestive) {
attrs.class = '--festive'; attrs.class = '--festive';
attrs.label = event.absenceId ? timestamp.day : ''; attrs.label = event.absenceId ?? timestamp.day;
// attrs.style = 'color: red'; // attrs.style = 'color: red';
} }
// if(type === 'holiday') // if(type === 'holiday')
@ -250,12 +250,9 @@ watch(_year, (newValue) => {
&.--festive { &.--festive {
color: $negative; color: $negative;
border: 2px solid $negative;
} }
&.--holiday {
& > span:nth-child(2) .block {
color: $negative;
}
}
&.--holiday { &.--holiday {
& > span:nth-child(2) .block { & > span:nth-child(2) .block {
color: $negative; color: $negative;