Skip to content

Prevent tooltip from blocking pointer on the repository files browser

Jacques Erasmus requested to merge 382224-fix-tooltip-repository-files into master

What does this MR do and why?

Currently, the tooltip on the repository files list can block the pointer from interacting with the element behind it. This MR disables pointer events on the tooltip.

Screenshots or screen recordings

before after after (small screen)
Screen_Recording_2023-01-24_at_11.10.02.2023-01-24_11_12_03 Screenshot_2023-01-29_at_19.50.39 Screenshot_2023-01-29_at_19.51.03

How to set up and validate locally

  1. Hover over file names in the repository files browser.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #382224 (closed)

Edited by Jacques Erasmus

Merge request reports