From e44f0b2ead3ec5860ed07fe103004d222baf8f8d Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 18 Sep 2026 15:48:02 +0100 Subject: [PATCH] Update Dashboard Tab Transition for Improved Visual Feedback - Modified the opacity transition timing for dashboard elements to enhance visual responsiveness during interactions. - Adjusted CSS to ensure smoother appearance and disappearance of elements, contributing to a more polished user experience. --- assets/stylesheets/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 4172a1c5..8f9da479 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -162,7 +162,7 @@ pointer-events: none; opacity: 1; /* Wait for outgoing chrome to finish fading before this line appears. */ - transition: opacity 0.2s ease 0.2s; + transition: opacity 0s ease 0s; } .dashboard-navigation-center-border-hidden {