1
0
Fork 0
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:
Timur Kazantaev 2019-04-01 16:21:07 +03:00 committed by Peter Savchenko
parent aa7c6b12a6
commit 69d036ab5c
4 changed files with 15 additions and 2 deletions

View file

@ -58,6 +58,10 @@
}
}
}
&__current {
color: var(--color-page-active) !important;
}
}
.docs-aside-toggler {