mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
fix fg color for profile badge (#193950)
This commit is contained in:
committed by
GitHub
parent
39ad8c7bcd
commit
070168a062
@@ -194,9 +194,10 @@
|
||||
color: var(--vscode-activityBar-inactiveForeground);
|
||||
}
|
||||
|
||||
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.active .profile-badge .profile-icon-overlay .codicon,
|
||||
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item:focus .profile-badge .profile-icon-overlay .codicon,
|
||||
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item:hover .profile-badge .profile-icon-overlay .codicon {
|
||||
color: var(--vscode-activityBar-activeForeground);
|
||||
color: var(--vscode-activityBar-foreground) !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .profile-badge .profile-text-overlay {
|
||||
|
||||
Reference in New Issue
Block a user