fix: don't use hover for selected chat tree row (#194353)

This commit is contained in:
Joyce Er
2023-09-27 23:57:29 +01:00
committed by GitHub
parent 7b321f0ad3
commit d9c889a0f7
@@ -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);
}