File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/notebook/browser/media Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
}
71
71
72
72
/* Ensure execution status icons always maintain their themed colors */
73
- .monaco-workbench .notebookOverlay .cell-statusbar-container .codicon-notebook-state-success {
73
+ .monaco-workbench .notebookOverlay .monaco-list . monaco-list-row . cell-statusbar-container . cell-status-item .codicon-notebook-state-success {
74
74
color : var (--vscode-notebookStatusSuccessIcon-foreground );
75
75
}
76
- .monaco-workbench .notebookOverlay .cell-statusbar-container .codicon-notebook-state-error {
76
+ .monaco-workbench .notebookOverlay .monaco-list . monaco-list-row . cell-statusbar-container . cell-status-item .codicon-notebook-state-error {
77
77
color : var (--vscode-notebookStatusErrorIcon-foreground );
78
78
}
You can’t perform that action at this time.
0 commit comments