Skip to content

Commit

Permalink
fix(VListGroup): remove unnecessary css from header
Browse files Browse the repository at this point in the history
fixes #8222
  • Loading branch information
johnleider committed Jul 31, 2019
1 parent c54ccbe commit 055c246
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/vuetify/src/components/VList/VListGroup.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
flex-wrap: wrap

.v-list-group__header
align-items: center
cursor: pointer
display: flex
flex: 1 1 auto
outline: none
padding: 0 16px
position: relative
user-select: none

&.v-list-item--active:not(:hover):not(:focus):before
display: none

Expand Down

0 comments on commit 055c246

Please sign in to comment.