Skip to content

Commit

Permalink
fix(VSimpleTable): fix hover (#8165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec authored and johnleider committed Jul 30, 2019
1 parent 27917ee commit 13816f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VDataTable/VSimpleTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@

&.active
background: map-deep-get($material, 'table', 'active')

&:hover
background: map-deep-get($material, 'table', 'hover')

// Block
.v-data-table
Expand Down

0 comments on commit 13816f1

Please sign in to comment.