Fixed: Don't show placeholder on transparent product thumbnails (#30959)
Fixed: Don't show placeholder on transparent product thumbnails
This commit is contained in:
parent
e5bd98dc36
commit
c821ebdc0a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Remove placeholder product icon if a featured product image is available (avoids issues with transparent images).
|
|
@ -1971,7 +1971,7 @@ ul.wc_coupon_list_block {
|
|||
display: block;
|
||||
text-align: center;
|
||||
|
||||
&::before {
|
||||
&:empty::before {
|
||||
|
||||
@include icon_dashicons("\f128");
|
||||
width: 38px;
|
||||
|
|
Loading…
Reference in New Issue