mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +00:00
SCM - 💄 graph node treatment on hover (#239947)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user