From efb466e6afdfd693317c29d3291ad26352c5e939 Mon Sep 17 00:00:00 2001 From: taylanbakircioglu Date: Wed, 18 Feb 2026 19:53:08 +0300 Subject: [PATCH] ui: softer cluster selector highlight without container border Remove the blue background/border container that looked disconnected from the page. Instead highlight the Select itself with a subtle blue border glow when no cluster is selected. Co-authored-by: Cursor --- frontend/src/components/ClusterSelector.js | 33 +++++++--------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/ClusterSelector.js b/frontend/src/components/ClusterSelector.js index 72946c1..cb4cd8a 100644 --- a/frontend/src/components/ClusterSelector.js +++ b/frontend/src/components/ClusterSelector.js @@ -85,31 +85,18 @@ const ClusterSelector = () => { const isUnselected = !selectedCluster; return ( -
- - +
{isUnselected && ( - - Cluster: - + )} +