Fixed: Don't show placeholder on transparent product thumbnails (#30959)

Fixed: Don't show placeholder on transparent product thumbnails
This commit is contained in:
Ninos Ego 2022-05-27 22:26:39 +02:00 committed by GitHub
parent e5bd98dc36
commit c821ebdc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Remove placeholder product icon if a featured product image is available (avoids issues with transparent images).

View File

@ -1971,7 +1971,7 @@ ul.wc_coupon_list_block {
display: block;
text-align: center;
&::before {
&:empty::before {
@include icon_dashicons("\f128");
width: 38px;