From 6e792f9735425fb3e5795f0d5bac45d48cbcf709 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 3 Feb 2026 01:25:28 +0200 Subject: [PATCH] style/tree/tree item icons: fix color for tinted tree items --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index dd42c148be..18ab495907 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -769,7 +769,7 @@ body.mobile .fancytree-node > span { #left-pane .fancytree-custom-icon { margin-top: 0; /* Use this to align the icon with the tree view item's caption */ - color: var(--left-pane-icon-color); + color: var(--custom-color, var(--left-pane-icon-color)); } #left-pane span.fancytree-active .fancytree-title {