Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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

.theme--dark.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;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Vuetify #custom #row #hover #background #color
ADD COMMENT
Topic
Name
8+9 =