Fix styling on focus of context switcher
What does this MR do and why?
The focus state was recently broken. This fixes the stylings.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
- Enable the user setting from the user dropdown:
- Click on the context switcher or use a keyboard to tab through and set the :focus state.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.