M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 9,6 9,7 @@
### Bug Fixes
+* Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
* Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
* Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
* Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).
M _sass/minimal-mistakes/_navigation.scss => _sass/minimal-mistakes/_navigation.scss +0 -6
@@ 528,12 528,6 @@
}
}
- > li:last-child {
- a {
- border-bottom: none;
- }
- }
-
li ul > li a {
padding-left: 1.75rem;
font-weight: normal;