Skip to content

Commit

Permalink
Update sidebar and menu icons for improved visual consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Feb 7, 2025
1 parent da04a7a commit bf6f0b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions src/browser/themes/shared/zen-icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,14 @@
}

#sidebar-button:-moz-locale-dir(ltr):not([positionend]),
#sidebar-button:-moz-locale-dir(rtl)[positionend],
#zen-sidepanel-button {
#sidebar-button:-moz-locale-dir(rtl)[positionend] {
list-style-image: url('chrome://browser/skin/sidebars.svg') !important;
}

#zen-sidepanel-button {
list-style-image: url('sidebar.svg');
}

#downloads-button,
#downloads-indicator-anchor,
#appMenu-downloads-button,
Expand Down Expand Up @@ -931,7 +934,7 @@ menuitem[contexttype='fullscreen'][label*='Exit'] {
}

#zen-context-menu-compact-mode {
--menu-image: url('chrome://browser/skin/sidebars.svg');
--menu-image: url('sidebar.svg');
}

#context_bookmarkTab,
Expand Down
1 change: 0 additions & 1 deletion src/browser/themes/shared/zen-icons/mail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/browser/themes/shared/zen-icons/sidebar.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 bf6f0b1

Please sign in to comment.