Skip to content

Commit 718fd0c

Browse files
committed
Fix small UI bug
1 parent b635199 commit 718fd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/stylesheets/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553

554554
// Scrollspy marks toc items as .active when they are in focus
555-
.active a, .is-checked {
555+
.active a, > ul > li > a {
556556
@include yiq-contrasted($active-color);
557557
}
558558
}

0 commit comments

Comments
 (0)