Fix table of contents active link styling

This commit is contained in:
Michael Rose 2019-04-03 16:08:00 -04:00
parent 60b5bacca8
commit 29acb2a0bf
3 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@
### Bug Fixes
- Fix table of contents active link styling.
- Add missing Hindi localized UI text strings. [#2105](https://github.com/mmistakes/minimal-mistakes/pull/2105) [#2106](https://github.com/mmistakes/minimal-mistakes/pull/2106)
- Fix Brazilian Portuguese text strings. [#2098](https://github.com/mmistakes/minimal-mistakes/pull/2098)
- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096)

View file

@ -514,7 +514,7 @@
}
// Scrollspy marks toc items as .active when they are in focus
.active {
.active a {
@include yiq-contrasted($active-color);
}
}

View file

@ -5,7 +5,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2019-04-03T15:14:26-04:00
last_modified_at: 2019-04-03T16:07:44-04:00
toc: false
---
@ -24,6 +24,7 @@ toc: false
### Bug Fixes
- Fix table of contents active link styling.
- Add missing Hindi localized UI text strings. [#2105](https://github.com/mmistakes/minimal-mistakes/pull/2105) [#2106](https://github.com/mmistakes/minimal-mistakes/pull/2106)
- Fix Brazilian Portuguese text strings. [#2098](https://github.com/mmistakes/minimal-mistakes/pull/2098)
- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096)