提交 83ea3d68 编写于 作者: M Mike Greiling

Merge branch 'fix-tooltip-flicker' into 'master'

Fix tooltip flicker

Closes #48614

See merge request gitlab-org/gitlab-ce!20270
......@@ -128,6 +128,11 @@ table {
border-spacing: 0;
}
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
.popover {
font-size: 14px;
}
......
---
title: Fix tooltip flickering bug
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册