mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Hide nav titles in collapsible navigation
This commit is contained in:
parent
f4c5344116
commit
5e97b74471
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user