Skip to content

Fix persisted tooltip on the search modal trigger

What does this MR do and why?

Prepare

  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. The super sidebar should now appear on every page.
  2. Switch to mobile view
  3. Click on the search icon and make sure that the Search GitLab tooltip hides when modal is open

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Before After
2023-03-28_15.42.28 2023-03-28_15.39.01
Related to #396961 (closed)

Merge request reports