From d8c41cfc1ad86354123065e6c02e2384045ffd2c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 3 Aug 2024 10:06:35 +0300 Subject: [PATCH] iconized places context menu: restrict #toggle_PersonalToolbar selector We need to restrict this to #placesContext because there's another element with same id --- chrome/iconized_places_context_menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/iconized_places_context_menu.css b/chrome/iconized_places_context_menu.css index e945351..b9a79c6 100644 --- a/chrome/iconized_places_context_menu.css +++ b/chrome/iconized_places_context_menu.css @@ -85,7 +85,7 @@ See the above repository for updates as well as full license text. */ #placesContext_createBookmark::before{ content: url("chrome://browser/skin/bookmark-hollow.svg"); } -#toggle_PersonalToolbar::before{ +#placesContext > #toggle_PersonalToolbar::before{ content: url("chrome://browser/skin/bookmarks-toolbar.svg"); } #placesContext_showAllBookmarks::before{