Improve css properties

This commit is contained in:
Alexandre Lara 2024-09-17 17:59:05 -03:00
parent 8a94182750
commit b33395434d
1 changed files with 6 additions and 14 deletions

View File

@ -146,20 +146,12 @@
} }
} }
.price ins, .price, .woocommerce-grouped-product-list-item__price, .wc-block-components-product-price {
bdi { ins, bdi {
// Ensure discounted prices aren't underlined. // Ensure discounted prices aren't underlined.
// For details see https://github.com/woocommerce/woocommerce-blocks/pull/5684. // For details see https://github.com/woocommerce/woocommerce-blocks/pull/5684.
text-decoration: none; text-decoration: none;
} }
.woocommerce-grouped-product-list-item__price ins,
bdi {
text-decoration: none;
}
.wc-block-components-product-price ins {
text-decoration: none;
} }
span.onsale { span.onsale {