diff --git a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx index 2f772130..805cacb0 100644 --- a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx @@ -686,48 +686,10 @@ const BrowserCard: React.FC = ({ }, }, }), - ...(!isHighlighted && (agentActive || showGlow) && { - animation: `agent-glow-${browserId} 2s ease-in-out infinite`, - [`@keyframes agent-glow-${browserId}`]: { - '0%, 100%': { - boxShadow: `0 0 0 2px ${accentColor}40, 0 0 18px ${accentColor}30, 0 0 40px ${accentColor}15${innerGlow}`, - }, - '50%': { - boxShadow: `0 0 0 3px ${accentColor}60, 0 0 28px ${accentColor}45, 0 0 56px ${accentColor}25${innerGlow}`, - }, - }, - }), + // No glow pulse on purpose: animated box-shadow repaints card+halo every frame over a webview; the static border and tether arrow say "in use" for free. }} > - {showGlow && !agentActive && ( - - )} - {agentActive && (