Product Price: remove underline on sale price (https://github.com/woocommerce/woocommerce-blocks/pull/9702)
This commit is contained in:
parent
2438ce41a6
commit
57c5d4a89a
|
@ -4,4 +4,8 @@
|
|||
.wc-block-all-products & {
|
||||
margin-bottom: $gap-small;
|
||||
}
|
||||
|
||||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue