commit 0824e25d916061a5aa5339619c7d0309cd2f4fc0 parent e4f541f949368f6f9374bbcef1d795d55fb156bd Author: Rebecca King <rking@mozilla.com> Date: Fri, 21 Nov 2025 13:22:40 +0000 Bug 1987798 - Update tooltip to display on info icon instead of entire card - r=ip-protection-reviewers,kpatenio Differential Revision: https://phabricator.services.mozilla.com/D273490 Diffstat:
| M | browser/components/ipprotection/content/ipprotection-status-card.mjs | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/browser/components/ipprotection/content/ipprotection-status-card.mjs b/browser/components/ipprotection/content/ipprotection-status-card.mjs @@ -213,14 +213,11 @@ export default class IPProtectionStatusCard extends MozLitElement { return this.location ? html` <div id="vpn-details"> - <div - id="location-label" - data-l10n-id="ipprotection-location-title" - style=${labelStyles} - > + <div id="location-label" style=${labelStyles}> <span>${this.location.name}</span> <img src="chrome://global/skin/icons/info.svg" + data-l10n-id="ipprotection-location-title" style=${imgStyles} /> </div>