mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: hide categories title
This commit is contained in:
parent
5fc5905bc3
commit
3e2c596d5a
|
@ -94,8 +94,9 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
|||
background-color: #7EB07F11;
|
||||
}
|
||||
|
||||
ul.ul-0 li a.tree-root {
|
||||
display: none;
|
||||
ul.ul-0 li a.tree-root,
|
||||
h5.taxonomy-title {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
li:has(input[type="checkbox"]) {
|
||||
|
|
Loading…
Reference in a new issue