From 4b993c932e2c7b02f3a0efb74ce981053b3d83a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristijan=20Ribari=C4=87?= Date: Mon, 4 Nov 2024 08:47:21 +0100 Subject: [PATCH] feat(ui): Add new "Pin Tab Globally" context menu option This commit introduces a new context menu option called "Pin Tab Globally" which allows users to pin tabs to the global pin list, making them accessible from any workspace. The icon for this option is set to the same as the existing "Pin Tab" context menu option. --- src/browser/themes/shared/zen-icons/icons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/browser/themes/shared/zen-icons/icons.css b/src/browser/themes/shared/zen-icons/icons.css index 8a86f24f8..c59bd5ef5 100644 --- a/src/browser/themes/shared/zen-icons/icons.css +++ b/src/browser/themes/shared/zen-icons/icons.css @@ -893,7 +893,8 @@ menuitem[contexttype='fullscreen'][label*='Exit'] { #context_pinSelectedTabs, #context_unpinSelectedTabs, .customize-context-moveToPanel, -#context_zen-replace-pinned-url-with-current { +#context_zen-replace-pinned-url-with-current, +#context_zen-pin-tab-global{ --menu-image: url('pin.svg'); }