Skip to content

Fixes #225970: Don’t display speech bubble on image threads in the Overview tab

What does this MR do?

The speech bubble cursor was incorrectly displaying on hover over images on the MR Overview tab. The issue was that the selector to include the speech bubble cursor was set to show on all .frame elements. This should only show for .frame.click-to-comment or .btn-transparent.image-diff-overlay-add-comment elements. This MR removes the .frame selector

Closes #225970 (closed)

Merge request reports