Commit c9f7cde7 authored by Annabel Gray's avatar Annabel Gray Committed by Felipe Artur

Merge branch '49165-pipeline-graph-in-new-merge-request-widget-is-flickering' into 'master'

Resolve "Pipeline graph in new merge request widget is flickering"

Closes #49165

See merge request gitlab-org/gitlab-ce!20660
parent 230d1352
......@@ -175,6 +175,7 @@ export default {
<span
:aria-label="stage.title"
aria-hidden="true"
class="no-pointer-events"
>
<icon :name="borderlessIcon" />
</span>
......
......@@ -128,7 +128,8 @@ table {
border-spacing: 0;
}
.tooltip {
.tooltip,
.no-pointer-events {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment