Skip to content

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
Screenshot_2023-05-02_at_12-09-51_Operations_Dashboard___GitLab Screenshot_2023-05-02_at_12-10-39_Operations_Dashboard___GitLab

How to set up and validate locally

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown:

Screenshot_2022-12-13_at_1.32.43_PM

  1. 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.

Merge request reports