Skip to content

Commit bf6f0b1

Browse files
committed
Update sidebar and menu icons for improved visual consistency
1 parent da04a7a commit bf6f0b1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/browser/themes/shared/zen-icons/icons.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@
6868
}
6969

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

75+
#zen-sidepanel-button {
76+
list-style-image: url('sidebar.svg');
77+
}
78+
7679
#downloads-button,
7780
#downloads-indicator-anchor,
7881
#appMenu-downloads-button,
@@ -931,7 +934,7 @@ menuitem[contexttype='fullscreen'][label*='Exit'] {
931934
}
932935

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

937940
#context_bookmarkTab,

src/browser/themes/shared/zen-icons/mail.svg

-1
Loading
Loading

0 commit comments

Comments
 (0)