Horje
Vuetify v-data-table custom row hover background color (Light Theme) Code Example
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;
}




Css

Related
nokogiri xml diff Code Example nokogiri xml diff Code Example
round text Code Example round text Code Example
tilt element css animation Code Example tilt element css animation Code Example
what is integrity cdn Code Example what is integrity cdn Code Example
multiple nth child css Code Example multiple nth child css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9