We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af79d4 commit 74d91b8Copy full SHA for 74d91b8
src/vs/workbench/browser/parts/notifications/media/notificationsCenter.css
@@ -57,13 +57,13 @@
57
/* Icons */
58
59
.monaco-workbench > .notifications-center .codicon.codicon-error {
60
- color: var(--vscode-notificationsErrorIcon-foreground);
+ color: var(--vscode-notificationsErrorIcon-foreground) !important;
61
}
62
63
.monaco-workbench > .notifications-center .codicon.codicon-warning {
64
- color: var(--vscode-notificationsWarningIcon-foreground);
+ color: var(--vscode-notificationsWarningIcon-foreground) !important;
65
66
67
.monaco-workbench > .notifications-center .codicon.codicon-info {
68
- color: var(--vscode-notificationsInfoIcon-foreground);
+ color: var(--vscode-notificationsInfoIcon-foreground) !important;
69
0 commit comments