Skip to content

Commit

Permalink
Fix: New tab popup - container's settings icon #245
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 13, 2021
1 parent dabc91c commit 7b83d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,8 @@
}

/*= new-tab-button-popup ===================================================*/
#new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"] {
#new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"],
.new-tab-popup > menuitem[command="Browser:OpenAboutContainers"] {
--menuitem-image: url("chrome://global/skin/icons/settings.svg");
}

Expand Down

0 comments on commit 7b83d18

Please sign in to comment.