From fb143b03c8e29eac56513d79ca69f5ac11d95fa8 Mon Sep 17 00:00:00 2001 From: lqdev Date: Tue, 6 Feb 2024 23:16:55 +0100 Subject: [PATCH] remove redundant CSS rule --- static/css/tree.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/css/tree.css b/static/css/tree.css index 5b0f8e6..f8a54cc 100644 --- a/static/css/tree.css +++ b/static/css/tree.css @@ -255,14 +255,6 @@ th-bb { } } -.tree a.navigate { - background-repeat: no-repeat; - background-position: 0 50%; - opacity: 50%; - color: #000; - padding-left: 20px; -} - .tree .link-loading { padding-left: 24px; opacity: 50%;