Skip to content

Commit

Permalink
fix(vlistitem.sass): pr feedback + removed unnecessary new line
Browse files Browse the repository at this point in the history
Pseudoelements should you double colon + removed unnecessary new line

fix #10464
  • Loading branch information
Mikilll94 committed Mar 10, 2020
1 parent 525a31e commit 69d13ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vuetify/src/components/VList/VListItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@
// Fix for IE11 where min-height does not work with
// align-items: center in flex containers
// https://github.com/philipwalton/flexbugs/issues/231
&:after
&::after
content: ''
min-height: inherit
font-size: 0


// Element
.v-list-item__action
align-self: center
Expand Down

0 comments on commit 69d13ff

Please sign in to comment.