Hide templates and folders not at current level

Things in subfolders need to be in the page so we can search for them.
But the default view should be only the things are the current level.
So we can use CSS to hide items that are below the current level.
This commit is contained in:
Chris Hill-Scott
2018-11-22 17:32:28 +00:00
parent 148492a635
commit 28ef6910a3
2 changed files with 52 additions and 3 deletions

View File

@@ -48,6 +48,10 @@
}
&-hidden-by-default {
display: none;
}
}
&-folder {