Skip to content

Commit 30e423a

Browse files
authored
adding hover feedback on the changes summary list items (microsoft#259177)
adding hover feedback on the changes summary list, using css because otherwise overriden by overarching list
1 parent feef6f7 commit 30e423a

File tree

1 file changed

+5
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+5
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
17051705

17061706
.interactive-session .checkpoint-file-changes-summary.chat-file-changes-collapsed .chat-summary-list,
17071707
.interactive-session .chat-used-context.chat-used-context-collapsed .chat-used-context-list {
1708-
display: none;
1708+
display: none;
17091709
}
17101710

17111711
.interactive-session .chat-used-context {
@@ -1753,6 +1753,10 @@ display: none;
17531753
border-radius: 4px;
17541754
}
17551755

1756+
.interactive-session .chat-summary-list .monaco-list .monaco-list-row:hover {
1757+
background-color: var(--vscode-list-hoverBackground) !important;
1758+
}
1759+
17561760
.interactive-session .chat-used-context-list .monaco-list .monaco-list-row {
17571761
border-radius: 2px;
17581762
}

0 commit comments

Comments
 (0)