7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit c82f4652f5 - Show all commits

View File

@ -56,6 +56,11 @@ const containerClasses = computed(() => {
}
}
.q-calendar-month__head--weekday {
// Transforma los nombres de los días de la semana a mayúsculas
text-transform: capitalize;
}
.transparent-background {
--calendar-background-dark: transparent;
--calendar-background: transparent;

View File

@ -179,10 +179,6 @@ const paintWorkWeeks = async () => {
user-select: none;
}
.q-calendar-month__head--weekday {
text-transform: capitalize;
}
.q-calendar__button {
&:hover {
background-color: var(--vn-accent-color);