Skip to content

Commit

Permalink
Add: Icons - Missing icons for upstream #833
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Dec 2, 2023
1 parent b02aad0 commit 203b1f3
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 42 deletions.
62 changes: 40 additions & 22 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 19 additions & 10 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions icons/relay-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ panelMenuBookmarkThisPage[starred] {
#appMenu_troubleShooting {
list-style-image: url("chrome://global/skin/icons/more.svg");
}
#appMenu-report-broken-site-button,
#appMenu_help_reportSiteIssue {
list-style-image: url("chrome://global/skin/icons/lightbulb.svg");
}
Expand Down
30 changes: 20 additions & 10 deletions src/icons/context_menu/_content_area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#context-openlinkincurrent {
--menuitem-image: url("../icons/link-square.svg");
}
#context-openlinkincontainertab {
--menuitem-image: var(--uc-new-tab-icon);
}
#context-openlinkincontainertab,
#context-openlinkintab {
--menuitem-image: var(--uc-new-tab-icon);
}
Expand Down Expand Up @@ -168,32 +166,44 @@
#fill-login-generated-password {
--menuitem-image: url("chrome://browser/skin/login.svg");
}
#use-relay-mask {
--menuitem-image: url("../icons/relay-logo.svg");
}
#manage-saved-logins {
--menuitem-image: url("../icons/key-multiple.svg");
}

#context-undo {
#context-undo,
#context-pdfjs-undo {
--menuitem-image: url("../icons/undo.svg");
}
#context-redo {
#context-redo,
#context-pdfjs-redo {
@include Option("userChrome.icon.menu.full") {
--menuitem-image: url("../icons/redo.svg");
}
}

#context-cut {
#context-cut,
#context-pdfjs-cut {
--menuitem-image: url("../icons/edit-cut.svg");
}
#context-copy {
#context-copy,
#context-pdfjs-copy {
--menuitem-image: url("../icons/edit-copy.svg");
}
#context-paste {
#context-paste,
#context-pdfjs-paste {
--menuitem-image: url("../icons/edit-paste.svg");
}
#context-delete {
#context-paste-no-formatting {
}
#context-delete,
#context-pdfjs-delete {
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
}
#context-selectall {
#context-selectall,
#context-pdfjs-selectall {
--menuitem-image: url("../icons/select-all-on.svg");
}
#context-reveal-password {
Expand Down

0 comments on commit 203b1f3

Please sign in to comment.