Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VCalendar): use theme background color for categories #14558

Merged
merged 1 commit into from Jan 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 10 additions & 3 deletions packages/vuetify/src/components/VCalendar/VCalendarCategory.sass
Expand Up @@ -6,6 +6,16 @@
.v-calendar-category__column-header
border-right: map-deep-get($material, 'calendar', 'line-color') $calendar-line-width solid

.v-calendar-category
.v-calendar-daily__head
background: map-deep-get($material, 'calendar', 'background-color')

.v-calendar-daily__intervals-head
background: map-deep-get($material, 'calendar', 'background-color')

.v-calendar-daily__intervals-body
background: map-deep-get($material, 'calendar', 'background-color')

.v-calendar-category
overflow: auto
position: relative
Expand Down Expand Up @@ -33,7 +43,6 @@
min-width: 100%
position: sticky
top: 0
background: white
z-index: 2

.v-calendar-daily_head-day
Expand All @@ -44,7 +53,6 @@
position: sticky
left: 0
top: 0
background: white
z-index: 2

.v-calendar-daily_head-weekday
Expand All @@ -63,7 +71,6 @@
.v-calendar-daily__intervals-body
position: sticky
left: 0
background: white
z-index: 1

.v-calendar-daily__interval
Expand Down