Skip to content

Commit

Permalink
Target more specific classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Apr 28, 2023
1 parent 2b1678b commit 777fa46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3353,8 +3353,11 @@ details-disclosure > details {
transform: rotate(0.5deg); /* Less intense rotation for collage items. */
}

.animate--hover-3d-lift .grid__item:hover,
.animate--hover-3d-lift .collage__item:hover {
.animate--hover-3d-lift .product-grid .grid__item:hover,
.animate--hover-3d-lift .collection-list .grid__item:hover,
.animate--hover-3d-lift .collage__item:hover,
.animate--hover-3d-lift .blog-articles .article,
.animate--hover-3d-lift .complementary-slide li:hover {
z-index: 1; /* Make sure the hovered card is the topmost card. */
}

Expand Down

0 comments on commit 777fa46

Please sign in to comment.