Skip to content

Commit e64d8a4

Browse files
committed
chore: Update Zen theme CSS to add context menu option for changing tab(s) to workspace
1 parent 8c90f37 commit e64d8a4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Diff for: src/browser/base/content/zen-components

Diff for: src/browser/locales/en-US/browser/zen-workspaces.ftl

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ zen-panel-ui-workspaces-create-cancel =
1515
zen-workspaces-panel-context-delete =
1616
.label = Delete Workspace
1717
.accesskey = D
18+
19+
context-zen-change-workspace-tab =
20+
.label = Change Tab(s) To Workspace
21+
.accesskey = C

Diff for: src/browser/themes/shared/zen-icons/icons.css

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
--menu-image: url("sidebars-right.svg") !important;
4646
}
4747

48+
#context-zen-change-workspace-tab {
49+
--menu-image: url("move-tab.svg") !important;
50+
}
51+
4852
#context-zenSplitLink {
4953
--menu-image: url("link.svg") !important;
5054
}

0 commit comments

Comments
 (0)