Fix regression for Twenty Twenty-Two theme with sale prices being underlined (https://github.com/woocommerce/woocommerce-blocks/pull/5851)

class name on price container in Product by * blocks changed from 'wc-block-components-product-price' to 'wc-block-grid__product-price'
This commit is contained in:
Tomasz Tunik 2022-02-15 22:45:00 +01:00 committed by GitHub
parent 3f1ebfd631
commit b7c0fd60ce
1 changed files with 2 additions and 1 deletions

View File

@ -330,7 +330,8 @@
}
}
.wc-block-components-product-price {
.wc-block-components-product-price,
.wc-block-grid__product-price {
ins {
text-decoration: none;
}