From 13e5671e549b48412220bddaa02b0761d4e4274c Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 15 Apr 2026 11:19:25 -0300 Subject: [PATCH] fix: Improve neon glow effect on suggestion button hover --- ui/suite/chat/chat.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/suite/chat/chat.css b/ui/suite/chat/chat.css index 6842667..2fe665e 100644 --- a/ui/suite/chat/chat.css +++ b/ui/suite/chat/chat.css @@ -639,9 +639,8 @@ footer { transform: translateY(-1px); z-index: 100; background: var(--surface, #fff); - box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3); + box-shadow: 0 0 12px rgba(59, 130, 246, 0.5); margin: 3px; - padding: 2px 7px; } /* Dark theme suggestion buttons */