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:
parent
48d2b0d15a
commit
e44f0b2ead
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user