Merge pull request #14524 from woocommerce/fix/14515
Give zoomed images a bg color so it supports transparent PNG
This commit is contained in:
commit
1c0b4ed729
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -372,6 +372,10 @@ table.variations {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.zoomImg {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.woocommerce-product-gallery__image:nth-child(n+2) {
|
||||
width: 25%;
|
||||
display: inline-block;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -176,6 +176,10 @@ p.demo_store,
|
|||
transition: all cubic-bezier(0.795, -0.035, 0.000, 1.000) .5s;
|
||||
}
|
||||
|
||||
.woocommerce-product-gallery__wrapper .zoomImg {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.woocommerce-product-gallery__image:nth-child(n+2) {
|
||||
width: 25%;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue