File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
themes/81fcd6b3-f014-4796-988f-6c3cb3874db8 Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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" ]) {
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 ,
You can’t perform that action at this time.
0 commit comments