mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
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.
This commit is contained in:
+1
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user