Skip to content

Commit

Permalink
Adjust mobile media selectors for new product-thumbnail markup (Shopi…
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta authored Oct 25, 2022
1 parent af80e6f commit 1745797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/section-main-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ a.product__text {
}

@media screen and (max-width: 749px) {
.product--thumbnail .is-active > .product__modal-opener:not(.product__modal-opener--image),
.product--thumbnail_slider .is-active > .product__modal-opener:not(.product__modal-opener--image) {
.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
display: none;
}

Expand Down

0 comments on commit 1745797

Please sign in to comment.