Razvan Caliman c46abd10c3 Bug 1628787 - Fix toggling of RulePreviewTooltip on hover. r=gl
Relying on [TooltipToggle to automatically handle mouse events](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/shared/widgets/tooltip/TooltipToggle.js#36-38) to show/hide the tooltip in order to avoid the tooltip flickering.
Ideally, we should control `RulePreviewTooltip` via [TooltipsOverlay](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/inspector/shared/tooltips-overlay.js#88), but, for now, this fix seems to address the intermittent test failure.

Differential Revision: https://phabricator.services.mozilla.com/D70536

--HG--
extra : moz-landing-system : lando
2020-04-13 16:52:51 +00:00
..