Skip to content

Commit

Permalink
fix: don't use hover for selected chat tree row (microsoft#194353)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl committed Sep 27, 2023
1 parent 7b321f0 commit d9c889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@

/* #endregion */

.interactive-response-progress-tree .monaco-tl-row:hover {
.interactive-response-progress-tree .monaco-list-row:not(.selected) .monaco-tl-row:hover {
background-color: var(--vscode-list-hoverBackground);
}

Expand Down

0 comments on commit d9c889a

Please sign in to comment.