From 764607314c06fb051ea59d650574d14167f5c2ca Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 15 Dec 2025 11:20:33 +0200 Subject: [PATCH] feat(tree): change icon for note paths --- apps/client/src/stylesheets/tree.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/tree.css b/apps/client/src/stylesheets/tree.css index 9a718310e..c5de2c629 100644 --- a/apps/client/src/stylesheets/tree.css +++ b/apps/client/src/stylesheets/tree.css @@ -160,6 +160,11 @@ span.fancytree-node.multiple-parents .fancytree-title::after { content: " \eb3d"; /* lookup code for "link-alt" in boxicons.css */ } +body.experimental-feature-new-layout span.fancytree-node.multiple-parents .fancytree-title::after { + content: " \ed82"; + opacity: 0.5; +} + span.fancytree-node.shared .fancytree-title::after { font-family: "boxicons" !important; font-size: smaller;