Make entire archive/feature item "clickable" ()

* Make entire feature item "clickable"

Use a pseudo element on the call to action button to cover the entire feature item and make it "clickable".

* Make entire archive item "clickable"

Use a pseudo element on the `<a>` element to cover the entire archive item and make it "clickable".

* Update CHANGELOG and history

* Reference issue
This commit is contained in:
Michael Rose
2018-10-02 11:04:28 -04:00
committed by GitHub
parent 71df5e0112
commit c801107754
3 changed files with 56 additions and 1 deletions
CHANGELOG.md
_sass/minimal-mistakes
docs/_docs

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-09-16T18:19:55-04:00
last_modified_at: 2018-10-02T11:03:51-04:00
toc: true
---
@ -12,6 +12,7 @@ toc: true
### Enhancements
- Make entire feature and archive items "clickable". [#1864](https://github.com/mmistakes/minimal-mistakes/pull/1864)
- Allow custom Staticman endpoints. [#1842](https://github.com/mmistakes/minimal-mistakes/issues/1842)
- Remove `type="text/css"` from Algolia script includes. [#1836](https://github.com/mmistakes/minimal-mistakes/pull/1836)
- Remove unneeded `HandheldFriendly` and `MobileOptimized` meta tags. [#1837](https://github.com/mmistakes/minimal-mistakes/pull/1837)