Replies: 1 comment 1 reply
-
I assume you are aware of the navigation sections and navigation expansion settings? Both together would almost take you there. If, on top of expanding navigation, you also want to get rid of the icons for expanding/collapsing subsections then think you might need to hide these with some extra css. Something like this should do the trick: .md-nav__icon.md-icon {
display: none;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to disable the expanding feature in the navigation? I simple want a tree in the nav where I do not see any expand/collapse icons but the tree only.
Beta Was this translation helpful? Give feedback.
All reactions