Merge branch 'v4.4.x'

This commit is contained in:
Daniel Lee
2017-07-27 14:40:33 +02:00
8 changed files with 108 additions and 77 deletions

View File

@@ -18,6 +18,15 @@
stroke: $text-color-weak;
}
}
// This hack prevents mouseenter/mouseleave events get fired too often
svg {
pointer-events: none;
rect {
pointer-events: visiblePainted;
}
}
}
.heatmap-tooltip {