Skip to content

Commit

Permalink
Fixed extension Pin to Toolbar overlayed with gtk theme toggle (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 30, 2024
1 parent 3642893 commit a943b4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/browser/themes/shared/zen-icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,10 @@ menuitem[id='placesContext_new:separator'] {
--fp-enabled: 1;
}

.unified-extensions-context-menu-pin-to-toolbar {
--menu-image: url('pin.svg');
@media not (-moz-platform: 'linux') {
.unified-extensions-context-menu-pin-to-toolbar {
--menu-image: url('pin.svg');
}
}

.unified-extensions-context-menu-move-widget-down {
Expand Down

0 comments on commit a943b4e

Please sign in to comment.