Scrollspy-style updating of hash and TOC highlighting
This commit is contained in:
@ -507,6 +507,11 @@
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
}
|
||||
|
||||
// Scrollspy marks toc items as .active when they are in focus
|
||||
.active {
|
||||
background: $active-color;
|
||||
}
|
||||
}
|
||||
|
||||
.toc__menu {
|
||||
|
Reference in New Issue
Block a user