From 69d13ff7411a420006763121de8afe7cb3260923 Mon Sep 17 00:00:00 2001 From: Mikilll Date: Tue, 10 Mar 2020 20:06:18 +0100 Subject: [PATCH] fix(vlistitem.sass): pr feedback + removed unnecessary new line Pseudoelements should you double colon + removed unnecessary new line fix #10464 --- packages/vuetify/src/components/VList/VListItem.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/vuetify/src/components/VList/VListItem.sass b/packages/vuetify/src/components/VList/VListItem.sass index b928bc749ef..6c67ab18607 100644 --- a/packages/vuetify/src/components/VList/VListItem.sass +++ b/packages/vuetify/src/components/VList/VListItem.sass @@ -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