Vuetify V-Data-Table Custom Row Hover Latar Belakang Warna (Tema Cahaya)

.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;
}
copy-paste-engineer