From 13292fb7ba2a2cf69942a6ac65b19d8c4eecd689 Mon Sep 17 00:00:00 2001 From: lqdev Date: Thu, 13 Jun 2024 18:04:44 +0200 Subject: [PATCH] fix missing chevrons on linked branches --- static/css/tree.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/tree.css b/static/css/tree.css index 4e39582..da60263 100644 --- a/static/css/tree.css +++ b/static/css/tree.css @@ -233,7 +233,11 @@ th-bc { } /* Display a chevron hinting that the collapsed branch has more content in its children. */ -.tree details:not([open])>summary>th-bc>:last-child { +.tree details:not([open])>summary>th-bc>:last-child, +/* NOTE: Linked branches have a slightly different structure (extra