From 97387fa59a6a2bdebec437a89dadab61d163e56e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 17 Jan 2018 12:53:33 -0500 Subject: [PATCH] Remove misleading underline hover state Implies the feature item's title and image are clickable, when in fact they aren't links. --- _sass/minimal-mistakes/_archive.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_sass/minimal-mistakes/_archive.scss b/_sass/minimal-mistakes/_archive.scss index 1fa061fa..6f6fe957 100644 --- a/_sass/minimal-mistakes/_archive.scss +++ b/_sass/minimal-mistakes/_archive.scss @@ -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 ========================================================================== */