Skip to content

Commit b1e3beb

Browse files
authored
Zen Context Menu v3.1: Add back the config for "Bookmark Link"
1 parent 67f02df commit b1e3beb

File tree

1 file changed

+8
-1
lines changed
  • themes/81fcd6b3-f014-4796-988f-6c3cb3874db8

1 file changed

+8
-1
lines changed

themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
--panel-background: color-mix(in srgb, var(--zen-primary-color) 40%, var(--zen-colors-tertiary)) !important;
140140
}
141141
}
142-
143142
/* Prioritize “Copy Clean Link" when available, otherwise, only show "Copy Link” */
144143
@media -moz-pref("uc.hidecontext.copylink") {
145144
#contentAreaContextMenu:has(#context-stripOnShareLink[disabled="false"]) {
@@ -151,6 +150,14 @@
151150
display: none !important;
152151
}
153152
}
153+
/* Hide "Bookmark Link” */
154+
@media -moz-pref("uc.hidecontext.bookmark") {
155+
#toolbar-context-bookmarkSelectedTab,
156+
#toolbar-context-bookmarkSelectedTabs,
157+
#context-bookmarklink {
158+
display: none !important;
159+
}
160+
}
154161
/* Hide "Mute Tab" option */
155162
@media -moz-pref("uc.hidecontext.mutetab") {
156163
#context_toggleMuteTab,

0 commit comments

Comments
 (0)