Skip to content

Commit

Permalink
feat(icons): add clear history option to textbox context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 15, 2024
1 parent 0b40858 commit ddecbad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chrome/icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ menuitem > .menu-iconic-text {
.textbox-contextmenu menuitem.searchbar-paste-and-search {
--menu-image: url("edit-paste.svg");
}
.textbox-contextmenu menuitem.searchbar-clear-history {
--menu-image: url("edit-delete.svg");
}
#context-cut,
.textbox-contextmenu menuitem[cmd*="cut"],
#placesContext_cut {
Expand Down

0 comments on commit ddecbad

Please sign in to comment.