Skip to content

Commit

Permalink
Remove interactivity effect from editions card items on material page
Browse files Browse the repository at this point in the history
These aren't ever clickable so it doesn't make sense to mislead the user
  • Loading branch information
Adamik10 committed May 8, 2024
1 parent af72ac7 commit 9cf88c4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
margin: 0 $s-lg $s-md $s-lg;
padding-top: 30px;
display: grid;
cursor: pointer;

@include media-query__small {
min-height: 184px;
Expand All @@ -13,10 +12,6 @@
column-gap: $s-lg;
}

&:hover {
filter: drop-shadow(0 $s-xs 20px rgba(72, 72, 72, 0.1));
}

&__cover {
display: none;

Expand Down

0 comments on commit 9cf88c4

Please sign in to comment.