From af0e4088a62be07283ab70cde5c70cc9ae5bb615 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 26 Feb 2026 09:35:29 +0200 Subject: [PATCH] style/tree items: fix hover color for the active item --- apps/client/src/stylesheets/theme-next/shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index fcf7f442c3..aa671d131a 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -683,7 +683,8 @@ body.layout-vertical.background-effects div.quick-search .dropdown-menu { padding-inline-start: 12px; } -#left-pane span.fancytree-node.fancytree-active { +#left-pane span.fancytree-node.fancytree-active, +#left-pane span.fancytree-node.fancytree-active:hover { position: relative; background: transparent; color: var(--custom-color, var(--left-pane-item-selected-color));