Sessions - fix changes inline toolbar and polish picker (#305593)

* Sessions - fix changes inline toolbar and polish picker

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Pull request feedback

* Fix compilation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ladislau Szomoru
2026-03-27 10:27:04 +00:00
committed by GitHub
parent 78a390832f
commit 8394aa0cfc
8 changed files with 122 additions and 22 deletions

View File

@@ -250,6 +250,13 @@
display: inherit;
}
/* Hide diff stats on hover/focus/select when toolbar is visible */
.changes-view-body .monaco-list-row:hover .working-set-line-counts,
.changes-view-body .monaco-list-row.focused .working-set-line-counts,
.changes-view-body .monaco-list-row.selected .working-set-line-counts {
display: none;
}
/* Decoration badges (A/M/D) */
.changes-view-body .chat-editing-session-list .changes-decoration-badge {
display: inline-flex;