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 && (