Skip to content

Commit

Permalink
Override the ::after element for variant images in the quick add moda…
Browse files Browse the repository at this point in the history
…l and quick order list to remove shadows. (Shopify#3449)
  • Loading branch information
dan-menard authored May 3, 2024
1 parent c3d1290 commit c60a5f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/quick-order-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ quick-order-list .quantity__button {
z-index: 1;
}

.variant-item__image-container.global-media-settings::after {
content: none;
}

@media screen and (min-width: 990px) {
.quick-order-list__total {
position: sticky;
Expand Down

0 comments on commit c60a5f3

Please sign in to comment.