Skip to content

Commit

Permalink
fix(VCalendar): use theme background color for categories (#14558)
Browse files Browse the repository at this point in the history
fixes #14433
  • Loading branch information
KareemDa committed Jan 19, 2022
1 parent 446963f commit 185408b
Showing 1 changed file with 10 additions and 3 deletions.
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

0 comments on commit 185408b

Please sign in to comment.