Skip to content

Commit

Permalink
feat(icons): add paste and search 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 6c67824 commit 0b40858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chrome/icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,9 @@ menuitem > .menu-iconic-text {
#placesContext_paste_group {
--menu-image: url("edit-paste.svg");
}

.textbox-contextmenu menuitem.searchbar-paste-and-search {
--menu-image: url("edit-paste.svg");
}
#context-cut,
.textbox-contextmenu menuitem[cmd*="cut"],
#placesContext_cut {
Expand Down

0 comments on commit 0b40858

Please sign in to comment.