mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 23:58:23 +01:00
fix: don't use hover for selected chat tree row (#194353)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user