From 8825ff5e810e0a902a23df2d19527487e29fdd3b Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Wed, 20 Oct 2021 23:25:53 +0000 Subject: [PATCH] Bug 1736536 - make the 'show me how' button in the session store notification bar use the primary color, r=NeilDeakin Differential Revision: https://phabricator.services.mozilla.com/D129093 --- browser/components/BrowserGlue.jsm | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm index 90ea2ebe8913..9bdab2335eb2 100644 --- a/browser/components/BrowserGlue.jsm +++ b/browser/components/BrowserGlue.jsm @@ -4103,6 +4103,7 @@ BrowserGlue.prototype = { const buttons = [ { "l10n-id": "restore-session-startup-suggestion-button", + primary: true, callback: () => { win.PanelUI.selectAndMarkItem([ "appMenu-history-button",