From 4418cb7d67bd2123dc6ab1f76475d39475cb1df5 Mon Sep 17 00:00:00 2001 From: Karol Manijak <20098064+kmanijak@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:07:54 +0200 Subject: [PATCH] Hide unexpected bullet point in Product Collection on Storefront (https://github.com/woocommerce/woocommerce-blocks/pull/10945) --- .../assets/js/blocks/product-template/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/woocommerce-blocks/assets/js/blocks/product-template/style.scss b/plugins/woocommerce-blocks/assets/js/blocks/product-template/style.scss index c5fc2bfbfa0..69459b35793 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/product-template/style.scss +++ b/plugins/woocommerce-blocks/assets/js/blocks/product-template/style.scss @@ -27,6 +27,8 @@ $break-small: 600px; > li { margin: 0; width: 100%; + // Below style is required to override high-specificity Storefront styles + list-style: none; } @include break-small {