mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-27 17:19:41 +02:00
aside menu current page highlight (#80)
* aside menu current page highlight * fixex children highlight and changed bold to color * add page var check * improvements * Update layout.twig
This commit is contained in:
parent
aa7c6b12a6
commit
69d036ab5c
4 changed files with 15 additions and 2 deletions
|
@ -58,6 +58,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__current {
|
||||
color: var(--color-page-active) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.docs-aside-toggler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue