Bug 1873766: Fix VPN icon in light mode r=teshaq,desktop-theme-reviewers,sfoster

Differential Revision: https://phabricator.services.mozilla.com/D198442
This commit is contained in:
Sammy Khamis
2024-01-12 23:32:16 +00:00
parent 2780dfd9ff
commit 19756af686
2 changed files with 2 additions and 1 deletions

View File

@@ -821,6 +821,7 @@ var gSync = {
// we should show the PXI panel instead of taking the user
// straight to FxA sign-in
if (this.PXI_TOOLBAR_ENABLED) {
this.updateFxAPanel(UIState.get());
this.updateCTAPanel();
PanelUI.showSubView("PanelUI-fxa", anchor, aEvent);
} else {

View File

@@ -806,7 +806,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="panel"] > .toolbarbutton-badg
}
#PanelUI-fxa-menu-vpn-button {
list-style-image: url(chrome://browser/content/logos/vpn-dark.svg);
list-style-image: url("chrome://browser/skin/preferences/vpn-logo.svg");
}
:root:not([fxastatus="signedin"]) #PanelUI-fxa-menu-connect-device-button {