Skip to content

Commit

Permalink
chore: Update Zen theme CSS to add context menu option for changing t…
Browse files Browse the repository at this point in the history
…ab(s) to workspace
  • Loading branch information
mauro-balades committed Aug 14, 2024
1 parent 8c90f37 commit e64d8a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/content/zen-components
4 changes: 4 additions & 0 deletions src/browser/locales/en-US/browser/zen-workspaces.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ zen-panel-ui-workspaces-create-cancel =
zen-workspaces-panel-context-delete =
.label = Delete Workspace
.accesskey = D
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C
4 changes: 4 additions & 0 deletions src/browser/themes/shared/zen-icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
--menu-image: url("sidebars-right.svg") !important;
}

#context-zen-change-workspace-tab {
--menu-image: url("move-tab.svg") !important;
}

#context-zenSplitLink {
--menu-image: url("link.svg") !important;
}
Expand Down

0 comments on commit e64d8a4

Please sign in to comment.