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.
This commit is contained in:
Tom Butcher 2026-09-18 15:48:02 +01:00
parent 48d2b0d15a
commit e44f0b2ead

View File

@ -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 {