mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01: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