mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
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:
@@ -48,6 +48,10 @@
|
||||
|
||||
}
|
||||
|
||||
&-hidden-by-default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-folder {
|
||||
|
||||
Reference in New Issue
Block a user