Skip to content

Commit b1f8442

Browse files
authored
Cell status bar - execution state icon css (microsoft#242229)
ah heck we need more specificity
1 parent dbdfe6d commit b1f8442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebookCellStatusBar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
}
7171

7272
/* 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 {
7474
color: var(--vscode-notebookStatusSuccessIcon-foreground);
7575
}
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 {
7777
color: var(--vscode-notebookStatusErrorIcon-foreground);
7878
}

0 commit comments

Comments
 (0)