Skip to content

Commit 74d91b8

Browse files
authored
Notification marker color turns grey when selected (microsoft#180973)
1 parent 0af79d4 commit 74d91b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vs/workbench/browser/parts/notifications/media/notificationsCenter.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
/* Icons */
5858

5959
.monaco-workbench > .notifications-center .codicon.codicon-error {
60-
color: var(--vscode-notificationsErrorIcon-foreground);
60+
color: var(--vscode-notificationsErrorIcon-foreground) !important;
6161
}
6262

6363
.monaco-workbench > .notifications-center .codicon.codicon-warning {
64-
color: var(--vscode-notificationsWarningIcon-foreground);
64+
color: var(--vscode-notificationsWarningIcon-foreground) !important;
6565
}
6666

6767
.monaco-workbench > .notifications-center .codicon.codicon-info {
68-
color: var(--vscode-notificationsInfoIcon-foreground);
68+
color: var(--vscode-notificationsInfoIcon-foreground) !important;
6969
}

0 commit comments

Comments
 (0)