Skip to content

Commit

Permalink
Bug 1686527 - Update some navigation toolbar icons. r=jaws
Browse files Browse the repository at this point in the history
Included in this set:
* Back
* Forward
* Home
* Library
* AppMenu (normal, badged)
* Pocket
* Update badge icon
* Overflow button icon

Differential Revision: https://phabricator.services.mozilla.com/D110610
  • Loading branch information
mikeconley committed Apr 8, 2021
1 parent 9278500 commit 0b81534
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 25 deletions.
11 changes: 9 additions & 2 deletions browser/themes/shared/customizableui/panelUI.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@
#PanelUI-menu-button[badge-status="update-other-instance"] > .toolbarbutton-badge-stack > .toolbarbutton-badge,
#PanelUI-menu-button[badge-status="update-restart"] > .toolbarbutton-badge-stack > .toolbarbutton-badge {
background: #74BF43 url(chrome://browser/skin/update-badge.svg) no-repeat center;
background-size: 10px;
}

#PanelUI-menu-button[badge-status="update-unsupported"] > .toolbarbutton-badge-stack > .toolbarbutton-badge {
background: #FFE900 url(chrome://browser/skin/update-badge.svg) no-repeat center;
background-size: 10px;
}

@media (-moz-proton) {
Expand All @@ -146,8 +148,9 @@
.panel-banner-item[notificationid="update-restart"] > .toolbarbutton-icon {
background: var(--panel-banner-item-update-supported-bgcolor) url(chrome://browser/skin/update-badge.svg) no-repeat center;
border-radius: 50%;
-moz-context-properties: stroke;
stroke: var(--arrowpanel-background);
background-size: 10px;
-moz-context-properties: fill;
fill: var(--arrowpanel-background);
}

.panel-banner-item[notificationid="update-unsupported"] > .toolbarbutton-icon {
Expand All @@ -166,11 +169,15 @@
.panel-banner-item[notificationid="update-restart"]::after {
background: var(--panel-banner-item-update-supported-bgcolor) url(chrome://browser/skin/update-badge.svg) no-repeat center;
border-radius: 50%;
background-size: 10px;
-moz-context-properties: fill;
fill: #fff;
}

.panel-banner-item[notificationid="update-unsupported"]::after {
background: var(--panel-banner-item-warning-icon-bgcolor) url(chrome://browser/skin/update-badge.svg) no-repeat center;
border-radius: 50%;
background-size: 10px;
}
.panel-banner-item[notificationid^=update] {
list-style-image: url(chrome://branding/content/icon16.png);
Expand Down
4 changes: 2 additions & 2 deletions browser/themes/shared/icons/back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions browser/themes/shared/icons/forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions browser/themes/shared/icons/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions browser/themes/shared/icons/library.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions browser/themes/shared/icons/menu-badged.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions browser/themes/shared/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions browser/themes/shared/icons/pocket-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions browser/themes/shared/update-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions toolkit/themes/shared/icons/chevron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions toolkit/themes/shared/icons/pocket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b81534

Please sign in to comment.