Skip to content

Commit

Permalink
hide product modal button when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
metamoni committed Oct 6, 2022
1 parent 6e1f46d commit ef8fef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/section-main-product.css
Expand Up @@ -1153,7 +1153,7 @@ a.product__text {
}

.lightbox-button--none {
pointer-events: none;
display: none;
}

.product-modal--hover, .product-modal--none {
Expand All @@ -1162,7 +1162,7 @@ a.product__text {

@media (hover: hover) {
.lightbox-button--hover {
pointer-events: none;
display: none;
}

.product-modal--hover {
Expand Down

0 comments on commit ef8fef0

Please sign in to comment.