mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
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:
parent
27ef39e646
commit
6256a406cf
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user