Commit 9a042ebe authored by Clement Ho's avatar Clement Ho

Fix MR widget ci status icon tooltip flicker

parent 7f0431dd
...@@ -175,6 +175,7 @@ export default { ...@@ -175,6 +175,7 @@ export default {
<span <span
:aria-label="stage.title" :aria-label="stage.title"
aria-hidden="true" aria-hidden="true"
class="no-pointer-events"
> >
<icon :name="borderlessIcon" /> <icon :name="borderlessIcon" />
</span> </span>
......
...@@ -128,7 +128,8 @@ table { ...@@ -128,7 +128,8 @@ table {
border-spacing: 0; border-spacing: 0;
} }
.tooltip { .tooltip,
.no-pointer-events {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders // Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none; 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