Skip to content

Commit

Permalink
fix(VListItem): change text color implementation
Browse files Browse the repository at this point in the history
alternate fix for #8327
  • Loading branch information
johnleider committed Sep 4, 2019
1 parent 3500ece commit d32c0fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vuetify/src/components/VList/VListItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

// Theme
+theme(v-list-item) using ($material)
&--active
color: map-deep-get($material, 'text', 'primary')

&--disabled
color: map-deep-get($material, 'text', 'disabled')

Expand Down Expand Up @@ -203,7 +200,10 @@
top: 0
transition: $primary-transition

.v-list-item--active
// https://github.com/vuetifyjs/vuetify/issues/8327
.v-list .v-list-item--active
color: inherit

.v-icon
color: inherit

Expand Down

0 comments on commit d32c0fd

Please sign in to comment.