mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Fixes inconsistent coloring for agent status badge (#293224)
* Fixes: #293223 * Readded: mistakenly deleted css rule
This commit is contained in:
committed by
GitHub
parent
cd49d0242d
commit
de54e8d49a
@@ -247,9 +247,14 @@
|
||||
}
|
||||
|
||||
.agent-status-badge-section.filtered {
|
||||
color: var(--vscode-inputOption-activeForeground);
|
||||
background-color: var(--vscode-inputOption-activeBackground);
|
||||
}
|
||||
|
||||
.agent-status-badge-section.filtered .agent-status-icon .codicon {
|
||||
color: var(--vscode-inputOption-activeForeground);
|
||||
}
|
||||
|
||||
.agent-status-badge-section.filtered:hover {
|
||||
filter: brightness(1.1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user