From 671633b8138ba6f119a10ed095ec63962e6c57c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Wed, 11 Mar 2026 14:37:23 -0300 Subject: [PATCH] style: remove hover requirement for action buttons across all tables - Action buttons (Edit, Delete, Impersonate) are now permanently visible for better UX and discoverability. --- components/Layout.tsx | 2 +- pages/SuperAdmin.tsx | 2 +- pages/TeamManagement.tsx | 2 +- pages/Teams.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index 862210d..eb56a3e 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -505,7 +505,7 @@ export const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => await deleteNotification(n.id); loadNotifications(); }} - className="absolute top-4 right-4 p-1 text-zinc-300 hover:text-red-500 opacity-0 group-hover:opacity-100 transition-all rounded-md hover:bg-red-50 dark:hover:bg-red-900/30" + className="absolute top-4 right-4 p-1 text-zinc-300 hover:text-red-500 transition-all rounded-md hover:bg-red-50 dark:hover:bg-red-900/30" title="Remover notificação" > diff --git a/pages/SuperAdmin.tsx b/pages/SuperAdmin.tsx index 0b84408..9f5822f 100644 --- a/pages/SuperAdmin.tsx +++ b/pages/SuperAdmin.tsx @@ -248,7 +248,7 @@ export const SuperAdmin: React.FC = () => { {tenant.user_count} {tenant.attendance_count?.toLocaleString()} -
+
{tenant.id !== 'system' && (
diff --git a/pages/Teams.tsx b/pages/Teams.tsx index 4efaef0..bff3ef0 100644 --- a/pages/Teams.tsx +++ b/pages/Teams.tsx @@ -81,7 +81,7 @@ export const Teams: React.FC = () => {
{canManage && ( - + )}

{t.name}