We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027712e commit ddca6caCopy full SHA for ddca6ca
1 file changed
packages/vuetify/src/components/VDataTable/VDataTable.sass
@@ -118,8 +118,13 @@
118
padding-left: 5px
119
120
.v-data-table--loading
121
- .v-data-table__td
122
- opacity: $data-table-loading-opacity
+ &:not(.v-table--fixed-header) > .v-table__wrapper > table > thead,
+ &:not(.v-table--fixed-footer) > .v-table__wrapper > table > tfoot,
123
+ > .v-table__wrapper > table > tbody
124
+ > tr > .v-data-table__td
125
+ &:not(.v-data-table-column--fixed),
126
+ &:not(.v-data-table-column--fixed-end)
127
+ opacity: $data-table-loading-opacity
128
129
@include tools.layer('overrides')
130
// Again, needs to beat all the child combinators
0 commit comments