提交 6fdc6976 编写于 作者: A Annabel Gray

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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册