From 8dd179d55100c751e785d09c905d34379e13cdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 13 Mar 2019 11:36:03 +0100 Subject: [PATCH] Fix CSS Lint issues in store-alerts CSS --- .../client/layout/store-alerts/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-admin/client/layout/store-alerts/style.scss b/plugins/woocommerce-admin/client/layout/store-alerts/style.scss index 5169b9dc1ca..3a995279b6f 100644 --- a/plugins/woocommerce-admin/client/layout/store-alerts/style.scss +++ b/plugins/woocommerce-admin/client/layout/store-alerts/style.scss @@ -7,7 +7,7 @@ border: 0; box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3); - &:before { + &::before { content: ''; position: absolute; top: 0; @@ -66,7 +66,7 @@ .is-alert-error { $alert-color: #dc3232; - &:before { + &::before { background-color: $alert-color; } @@ -80,7 +80,7 @@ .is-alert-update { $alert-color: #11a0d2; - &:before { + &::before { background-color: $alert-color; } @@ -128,7 +128,7 @@ } .woocommerce-store-alerts.is-loading { - &:before { + &::before { @include placeholder(); }