mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user