Skip to content

Commit

Permalink
Fix: .opnintabs-menuitem icon selector
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 13, 2021
1 parent 7b83d18 commit 85df5a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -3337,8 +3337,7 @@
--menuitem-image: url("chrome://browser/skin/bookmark-star-on-tray.svg");
}

menupopup[context="placesContext"] > .openintabs-menuitem,
menuitem.openintabs-menuitem.subviewbutton {
.openintabs-menuitem {
--menuitem-image: url("./icons/movetowindow-16.svg");
}

Expand Down

0 comments on commit 85df5a4

Please sign in to comment.