Answers for "Vuetify v-data-table custom row hover background color (Light Theme)"

CSS
0

Vuetify v-data-table custom row hover background color (Light Theme)

.theme--light.v-data-table
> .v-data-table__wrapper
> table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper)
{
    background: green;
}
Posted by: Guest on March-17-2022

Code answers related to "Vuetify v-data-table custom row hover background color (Light Theme)"

Browse Popular Code Answers by Language