From 4ba14c5e0c1d41a464db55a2c4cd641189b9a77b Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 4 Jun 2026 17:31:29 -0700 Subject: [PATCH] [eric] browser: remove the last card-sized glow pulse, the inset accent-glow overlay --- .../app/pages/Dashboard/cards/BrowserCard.tsx | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx index 805cacb0..f18b4ca9 100644 --- a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx @@ -600,7 +600,6 @@ const BrowserCard: React.FC = ({ const accentColor = c.accent.primary; const accentHover = c.accent.hover; - const accentRgb = accentColor.replace('#', '').match(/.{2}/g)?.map(h => parseInt(h, 16)).join(',') || '189,100,57'; const glowingBrowserCards = useAppSelector((s) => s.dashboardLayout.glowingBrowserCards); const isGlowingFromRedux = !!glowingBrowserCards[browserId]; @@ -1213,29 +1212,6 @@ const BrowserCard: React.FC = ({ )} - {/* Accent inner shadow overlay for selection / streaming glow */} - {showGlow && !agentActive && ( - - )} - {/* ===== Frosted glass overlay ===== */} {agentActive && !browserAgentSession && (