Skip to content

Commit

Permalink
Notification marker color turns grey when selected (#180973)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Apr 26, 2023
1 parent 0af79d4 commit 74d91b8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
/* Icons */

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

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

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

0 comments on commit 74d91b8

Please sign in to comment.