Skip to content

Commit

Permalink
SCM - πŸ’„ graph node treatment on hover (#239947)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Feb 7, 2025
1 parent 85f4afd commit 28b1230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/contrib/scm/browser/media/scm.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 28b1230

Please sign in to comment.