From 6256a406cf66ebad74e313d1a571ad8cf71234bb Mon Sep 17 00:00:00 2001 From: Theo Ottah Date: Tue, 3 Mar 2020 14:52:22 +0000 Subject: [PATCH] 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 --- browser/base/content/browser.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml index 16cdcb3dbdfd..bbbd8642f1ed 100644 --- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml @@ -853,9 +853,9 @@ onclick="gProtectionsHandler.handleProtectionsButtonEvent(event);" onkeypress="gProtectionsHandler.handleProtectionsButtonEvent(event);" onmouseover="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();" - onfocus="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();"> - + onfocus="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();" + tooltip="tracking-protection-icon-tooltip"> +