From f3af883bd2ba485fcc550dbada609470efdf8a27 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 18 Sep 2026 01:47:37 +0100 Subject: [PATCH] Refine Dashboard Tab Styles and Adjust Margins - Reduced the left margin for dashboard tab close buttons for improved spacing. - Removed hover styles for the close button to streamline the design and enhance visual consistency. --- assets/stylesheets/App.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index c7ee4f90..576d4c6f 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -3702,7 +3702,7 @@ body.objectKanbanColumnResizing * { justify-content: center; width: 16px; height: 16px; - margin-left: 2px; + margin-left: 1px; border-radius: 8px; color: var(--color-text-secondary, inherit); opacity: 0.7; @@ -3716,11 +3716,6 @@ body.objectKanbanColumnResizing * { inset: -8px -8px -8px -6px; } -.dashboard-tabs-close:hover { - opacity: 1; - background: var(--color-button-background); -} - .dashboard-tabs-add-button { padding-inline: 4px; min-width: 20px;