iconized places context menu: restrict #toggle_PersonalToolbar selector

We need to restrict this to #placesContext because there's another
element with same id
This commit is contained in:
MrOtherGuy
2024-08-03 10:06:35 +03:00
parent f435ea134a
commit d8c41cfc1a

View File

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