Fix: Icons - Panel's restore icon #441

This commit is contained in:
alstjr7375 2022-07-29 09:17:49 +09:00
parent 5c8a0adb5e
commit 8f9d851fdc
2 changed files with 4 additions and 2 deletions

View file

@ -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");
}

View file

@ -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 {