Use blue icon for dashboard New Notebook task (#22568)

This commit is contained in:
Cory Rivera
2023-03-31 16:06:50 -07:00
committed by GitHub
parent 490ea592f2
commit 1dbb2211e3
4 changed files with 13 additions and 7 deletions

View File

@@ -225,16 +225,12 @@
}
.monaco-workbench .notebook-action.new-notebook,
.monaco-workbench.hc-light .notebook-action.new-notebook,
.monaco-workbench .codicon.new-notebook,
.monaco-workbench.hc-light .codicon.new-notebook {
.monaco-workbench.hc-light .notebook-action.new-notebook {
background: url("./media/light/new_notebook.svg") center center no-repeat;
}
.monaco-workbench.vs-dark .notebook-action.new-notebook,
.monaco-workbench.hc-black .notebook-action.new-notebook,
.monaco-workbench.vs-dark .codicon.new-notebook,
.monaco-workbench.hc-black .codicon.new-notebook {
.monaco-workbench.hc-black .notebook-action.new-notebook {
background: url("./media/dark/new_notebook_inverse.svg") center center
no-repeat;
}

View File

@@ -860,7 +860,7 @@ async function openNewNotebook(
export class NewNotebookTask extends Task {
public static ID = 'newNotebook';
public static LABEL = localize('newNotebookTask.newNotebook', "New Notebook");
public static ICON = 'new-notebook';
public static ICON = 'notebook';
constructor() {
super({