mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-27 09:09:44 +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 {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
--color-link-active: #2071cc;
|
||||
--color-button-danger: #ff5159;
|
||||
--color-bg-light: #f8f7fa;
|
||||
--color-page-active: #ff1767;
|
||||
|
||||
/**
|
||||
* Site layout sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue