From 5fc5905bc3e639a248692b4a05daaaebd1cd8f27 Mon Sep 17 00:00:00 2001 From: nevfy Date: Sun, 4 Feb 2024 18:16:49 +0400 Subject: [PATCH] fix: hide another duplicate header --- assets/scss/_styles_project.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 8be412e..6cded24 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -94,6 +94,10 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover { background-color: #7EB07F11; } +ul.ul-0 li a.tree-root { + display: none; +} + li:has(input[type="checkbox"]) { list-style-type: none; }