SCM - 💄 graph node treatment on hover (#239947)

This commit is contained in:
Ladislau Szomoru
2025-02-07 15:30:05 +01:00
committed by GitHub
parent 85f4afd472
commit 28b1230df3

View File

@@ -151,8 +151,8 @@
stroke: var(--vscode-sideBar-background);
}
.scm-view .monaco-list-row:hover .history-item > .graph-container > .graph > circle {
stroke: var(--vscode-list-hoverBackground);
.scm-view .monaco-list-row:hover .history-item > .graph-container > .graph > circle:first-of-type {
stroke: transparent;
}
.scm-view .monaco-list-row .history-item > .label-container {