misc(v1): use primary color for hovered items in table of contents (#1871)

* fix issue#1752

when element in side nav is hovered over the color changes.

* Update main.css
This commit is contained in:
blitz137 2019-10-27 15:17:30 -05:00 committed by Yangshun Tay
parent 98679b58f8
commit f14b6eee39

View file

@ -1977,7 +1977,8 @@ input::placeholder {
color: #717171;
}
.onPageNav .toc-headings > li > a.active {
.onPageNav .toc-headings > li > a.active,
.onPageNav .toc-headings > li > a.hover {
font-weight: 600;
color: $primaryColor;
}