Commit 83ea3d68 authored by Mike Greiling's avatar Mike Greiling

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

Fix tooltip flicker

Closes #48614

See merge request gitlab-org/gitlab-ce!20270
parents fb770344 f2cf9b9e
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment