mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Use blue icon for dashboard New Notebook task (#22568)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user