Bug 1613320 - Display tooltip when hovering over protection panel highlight area r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Theo Ottah 2020-03-03 14:52:22 +00:00
parent 27ef39e646
commit 6256a406cf

View File

@ -853,9 +853,9 @@
onclick="gProtectionsHandler.handleProtectionsButtonEvent(event);"
onkeypress="gProtectionsHandler.handleProtectionsButtonEvent(event);"
onmouseover="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();"
onfocus="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();">
<box id="tracking-protection-icon-box" animationsenabled="true"
tooltip="tracking-protection-icon-tooltip">
onfocus="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();"
tooltip="tracking-protection-icon-tooltip">
<box id="tracking-protection-icon-box" animationsenabled="true">
<image id="tracking-protection-icon"/>
<box id="tracking-protection-icon-animatable-box" flex="1">
<image id="tracking-protection-icon-animatable-image" flex="1"/>