Skip to content

Commit 0b40858

Browse files
committed
feat(icons): add paste and search option to textbox context menu
1 parent 6c67824 commit 0b40858

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chrome/icons/icons.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,9 @@ menuitem > .menu-iconic-text {
721721
#placesContext_paste_group {
722722
--menu-image: url("edit-paste.svg");
723723
}
724-
724+
.textbox-contextmenu menuitem.searchbar-paste-and-search {
725+
--menu-image: url("edit-paste.svg");
726+
}
725727
#context-cut,
726728
.textbox-contextmenu menuitem[cmd*="cut"],
727729
#placesContext_cut {

0 commit comments

Comments
 (0)