Skip to content

Commit

Permalink
feat: Remove empty sections when searching in the admin sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 23, 2024
1 parent 2235a38 commit bbbb574
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions private/djangocms-simple-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ a:link, a:visited {
a {
color: var(--body-fg);
};
.module{
display: none;
&:has(tr:not([style*="display: none"])) {
display: unset;
}
}
}

a.addlink {
Expand Down

0 comments on commit bbbb574

Please sign in to comment.