Notification marker color turns grey when selected (#180973)

This commit is contained in:
Martin Aeschlimann 2023-04-26 23:12:21 +02:00 committed by GitHub
parent 0af79d4146
commit 74d91b8053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}