Project
ide
Description
The mini activity bar marks the selected view with tokens.colors.interactive.hover as its filled background. The auxiliary sidebar visibility toggle uses tokens.colors.interactive.active when the bar is open. Both communicate “this auxiliary surface is the active/visible context” but rely on different design tokens, so the chrome reads inconsistent.
Error Message
Debug Logs
System Information
OS: Ubuntu
Context: Bounty Challenge v1.1.0
Screenshots
Steps to Reproduce
Open the secondary sidebar with a view selected.
Compare the filled background of the selected activity tab with the toggle button while the sidebar is visible.
Expected Behavior
One shared token (or documented pairing) for “auxiliary sidebar active / visible” across rail and toggle.
Actual Behavior
Activity selection: interactive.hover. Toggle when open: interactive.active.
Additional Context
No response