Fixes inconsistent coloring for agent status badge (#293224)

* Fixes: #293223

* Readded: mistakenly deleted css rule
This commit is contained in:
Emrecan Karaçayır
2026-02-09 10:48:19 +03:00
committed by GitHub
parent cd49d0242d
commit de54e8d49a

View File

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