Skip to content

Commit

Permalink
add cursor pointer only on JS
Browse files Browse the repository at this point in the history
  • Loading branch information
tauthomas01 committed Sep 10, 2021
1 parent 9bf6ac0 commit 286e4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/component-cart-items.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}

.cart-item__image {
cursor: pointer;
height: auto;
max-width: 10rem;
}
Expand All @@ -35,6 +34,10 @@
}
}

.js .cart-item__image {
cursor: pointer;
}

.cart-item__details {
font-size: 1.6rem;
line-height: 1.4;
Expand Down

0 comments on commit 286e4c9

Please sign in to comment.