From b33395434d37d2ca65594b43e9ce9feb2718af79 Mon Sep 17 00:00:00 2001 From: Alexandre Lara Date: Tue, 17 Sep 2024 17:59:05 -0300 Subject: [PATCH] Improve css properties --- .../legacy/css/woocommerce-blocktheme.scss | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/plugins/woocommerce/client/legacy/css/woocommerce-blocktheme.scss b/plugins/woocommerce/client/legacy/css/woocommerce-blocktheme.scss index a6ede560b9a..34e01e04a45 100644 --- a/plugins/woocommerce/client/legacy/css/woocommerce-blocktheme.scss +++ b/plugins/woocommerce/client/legacy/css/woocommerce-blocktheme.scss @@ -146,20 +146,12 @@ } } - .price ins, - bdi { - // Ensure discounted prices aren't underlined. - // For details see https://github.com/woocommerce/woocommerce-blocks/pull/5684. - text-decoration: none; - } - - .woocommerce-grouped-product-list-item__price ins, - bdi { - text-decoration: none; - } - - .wc-block-components-product-price ins { - text-decoration: none; + .price, .woocommerce-grouped-product-list-item__price, .wc-block-components-product-price { + ins, bdi { + // Ensure discounted prices aren't underlined. + // For details see https://github.com/woocommerce/woocommerce-blocks/pull/5684. + text-decoration: none; + } } span.onsale {