Remove misleading underline hover state

Implies the feature item's title and image are clickable, when in fact they aren't links.
This commit is contained in:
Michael Rose 2018-01-17 12:53:33 -05:00
parent 0ec52b57ce
commit 97387fa59a

View file

@ -70,16 +70,6 @@
}
}
.archive__item:hover {
.archive__item-teaser {
box-shadow: 0 0 10px rgba(#000, 0.25);
}
.archive__item-title {
text-decoration: underline;
}
}
/*
List view
========================================================================== */