From b34dceeeb1f8a5252599c395648371a92d3dbbe8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Feb 2019 13:13:26 -0500 Subject: [PATCH] Tooltips should not receive pointer events It was possible to scroll through a list of issues quickly and end up with the mouse over a stale tooltip, then tooltip would not dismiss. --- css/80_app.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index a2f81b97c..b5b1d984c 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3009,19 +3009,11 @@ div.full-screen > button:hover { } /* Entity Issues List */ - -/*.entity-issues { - padding: 0 20px 20px 20px; -} -*/ .entity-issues .issue { border-radius: 4px; border-width: 1px; border-style: solid; } -.entity-issues .issue:first-of-type { - margin-top: 5px; -} .entity-issues .issue:not(:last-of-type) { margin-bottom: 10px; } @@ -4501,6 +4493,7 @@ svg.mouseclick use.right { color: #333; font-size: 12px; white-space: initial; + pointer-events: none; } .tooltip.in { opacity: 0.9;