~xdavidwu/xdavidwu.link

653d48dc9f50df54350e5596ec7ca093570bd10f — Michael Rose 6 years ago f3f9ae0
Remove misleading underline hover state

Implies the feature item's title and image are clickable, when in fact they aren't links.
1 files changed, 0 insertions(+), 10 deletions(-)

M _sass/minimal-mistakes/_archive.scss
M _sass/minimal-mistakes/_archive.scss => _sass/minimal-mistakes/_archive.scss +0 -10
@@ 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
   ========================================================================== */