Show ftb show/hide tooltip only on hover
What does this MR do and why?
shows "Hide file tree browser" tooltip only on hover
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- Checkout this branch and run gdk locally
- Enable the
repository_file_tree_browserfeature flag fromhttp://localhost:3000/rails/featuresif not already activated - Go to any project repository page
Code > Repository - Click the button to expand or collapse the file tree browser
- Notice the tooltip appearing only on hover
- Compare to master branch where it was shown on button focus as well