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.
  • Loading branch information
dan-menard committed May 1, 2024
1 parent 3f4284a commit d3051bb
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 d3051bb

Please sign in to comment.