mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 22:33:42 -04:00
Hide nav titles in collapsible navigation
This commit is contained in:
@@ -389,13 +389,9 @@
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
// List title
|
||||
&__title {
|
||||
|
||||
// Hide titles for nested navigation
|
||||
& + .md-nav__list & {
|
||||
display: none;
|
||||
}
|
||||
// Hide titles for nested navigation
|
||||
&__item--nested > .md-nav > &__title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Link inside item
|
||||
|
||||
Reference in New Issue
Block a user