From 8f9d851fdc6f9e1d69bc3d4eee0a511e7eb779f0 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 29 Jul 2022 09:17:49 +0900 Subject: [PATCH] Fix: Icons - Panel's restore icon #441 --- css/leptonChrome.css | 3 ++- src/icons/_panel.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 90a2074..20d7e52 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -5954,7 +5954,8 @@ list-style-image: url("chrome://browser/skin/window.svg"); } - #appMenuRestoreSession { + #appMenuRestoreSession, + #appMenu-restoreSession { list-style-image: url("../icons/restore-session.svg"); } diff --git a/src/icons/_panel.scss b/src/icons/_panel.scss index 7420f7c..134724b 100644 --- a/src/icons/_panel.scss +++ b/src/icons/_panel.scss @@ -238,7 +238,8 @@ panelMenuBookmarkThisPage[starred] { #appMenuRecentlyClosedWindows { list-style-image: url("chrome://browser/skin/window.svg"); } -#appMenuRestoreSession { +#appMenuRestoreSession, /* Legacy - v103 */ +#appMenu-restoreSession { list-style-image: url("../icons/restore-session.svg"); } #appMenuClearRecentHistory {