From b9a675be82ff925b1bee05a9defa383e797d6c38 Mon Sep 17 00:00:00 2001 From: Dan Q Date: Wed, 16 Aug 2023 09:29:56 +0100 Subject: [PATCH] Linting CSS --- .../marketplace/components/product-card/product-card.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss index d2d6f955df0..5caa4bcb5f2 100644 --- a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss +++ b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss @@ -61,7 +61,9 @@ } &__link { - &, &:hover, &:active { + &, + &:hover, + &:active { color: $gray-900; text-decoration: none; } @@ -69,7 +71,7 @@ /* Use the ::after trick to make the whole card clickable: */ &::after { bottom: 0; - content: ""; + content: ''; left: 0; position: absolute; right: 0;