You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current active link in the navigation uses bg-blue-200 but that is overwritten by the hover state hover:bg-accent, causing the indicator to disappear on hover.
ToDo
Use bg-accent for active and hover:bg-accent/80 on hover to make the active state additive and not a replacement
The current active link in the navigation uses
bg-blue-200but that is overwritten by the hover statehover:bg-accent, causing the indicator to disappear on hover.ToDo
bg-accentfor active andhover:bg-accent/80on hover to make the active state additive and not a replacement