Skip to content

Commit ecabcc5

Browse files
committed
fix(VTable): apply background and border for fixed-footer
1 parent 374c955 commit ecabcc5

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

packages/vuetify/src/components/VTable/VTable.sass

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@
9292
z-index: 1
9393

9494
&.v-table--fixed-footer
95-
> tfoot
96-
> tr
97-
> th,
98-
> td
99-
background: $table-background
100-
box-shadow: inset 0 1px 0 $table-border-color
95+
> .v-table__wrapper
96+
> table
97+
> tfoot
98+
> tr
99+
> th,
100+
> td
101+
background: $table-background
102+
box-shadow: inset 0 1px 0 $table-border-color
101103

102104
// Block
103105
.v-table

0 commit comments

Comments
 (0)