fix: improve agent manager sidebar contrast for branch text and icons across themes (#6154)

This commit is contained in:
Marius
2026-02-23 11:21:06 +00:00
committed by GitHub
parent 3f7cd3c0cf
commit 5942ada47a
@@ -52,11 +52,19 @@
background: var(--surface-base-active);
}
.am-local-item-active .am-local-icon {
color: var(--text-base);
}
.am-local-item-active .am-local-branch {
color: var(--text-weak);
}
.am-local-icon {
width: 18px;
height: 18px;
flex-shrink: 0;
color: var(--text-weaker);
color: var(--text-weak);
}
.am-local-text {
@@ -74,7 +82,7 @@
.am-local-branch {
font-size: var(--font-size-small);
color: var(--text-weaker);
color: var(--text-weak);
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
@@ -188,6 +196,10 @@ button.am-section-toggle:hover .am-section-label {
color: var(--text-on-interactive-base);
}
.am-worktree-item-active [data-component="icon"] {
color: var(--text-on-interactive-base);
}
.am-worktree-branch {
flex: 1;
overflow: hidden;