Merge pull request #1037 from GSA/Don't-show-empty-checkbox-if-there-are-no-templates#1010

Don't show empty checkbox if there are no templates#1010
This commit is contained in:
Carlo Costino
2023-12-20 00:07:10 -05:00
committed by GitHub

View File

@@ -132,6 +132,10 @@ td.table-empty-message {
box-shadow: none; box-shadow: none;
} }
.template-list-item-hidden-by-default {
display: none
}
.folder-heading a.folder-heading-folder, .folder-heading a.folder-heading-folder,
.template-list-folder { .template-list-folder {
background: url(../img/material-icons/folder.svg) no-repeat; background: url(../img/material-icons/folder.svg) no-repeat;