From efee26a0bbc6be728d480d680c826ead5dcd4382 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 29 Aug 2025 14:12:29 +0000 Subject: [PATCH] fix: restore original simple selection styling from initial implementation - Removed border-left indicators that were causing issues - Back to simple background color change when selected - This matches the original working implementation --- .../src/components/shared/NodeSummaryTable.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index 52abd5f4f..99c6c5fb0 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -169,14 +169,13 @@ export const NodeSummaryTable: Component = (props) => { }; const nodeId = isPVE ? node!.name : pbs!.name; - const isSelected = props.selectedNode === nodeId; + const isSelected = () => props.selectedNode === nodeId; return ( props.onNodeClick(nodeId, item.type)} >