mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: use list-style-image rather than menu-image for appMenu items, b=(no-bug), c=images
This commit is contained in:
@@ -967,23 +967,23 @@ menuitem[id='placesContext_showAllBookmarks'],
|
||||
}
|
||||
|
||||
#appMenuRecentlyClosedTabs {
|
||||
--menu-image: url('container-tab.svg');
|
||||
list-style-image: url('container-tab.svg');
|
||||
}
|
||||
|
||||
#appMenuClearRecentHistory {
|
||||
--menu-image: url('edit-delete.svg');
|
||||
list-style-image: url('edit-delete.svg');
|
||||
}
|
||||
|
||||
#appMenuRecentlyClosedWindows {
|
||||
--menu-image: url('window.svg');
|
||||
list-style-image: url('window.svg');
|
||||
}
|
||||
|
||||
#appMenuSearchHistory {
|
||||
--menu-image: url('search-glass.svg');
|
||||
list-style-image: url('search-glass.svg');
|
||||
}
|
||||
|
||||
#PanelUI-historyMore {
|
||||
--menu-image: url('manage.svg');
|
||||
list-style-image: url('manage.svg');
|
||||
}
|
||||
|
||||
menuitem[id='placesContext_new:bookmark'],
|
||||
|
Reference in New Issue
Block a user