mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
Git - fix background color for base reference (#278532)
This commit is contained in:
parent
232e5a985c
commit
5e1893f284
@ -526,7 +526,9 @@ export class GitHistoryProvider implements SourceControlHistoryProvider, FileDec
|
||||
icon: new ThemeIcon('cloud'),
|
||||
backgroundColor: ref === this.currentHistoryItemRemoteRef?.id
|
||||
? `--vscode-scmGraph-historyItemRemoteRefColor`
|
||||
: undefined
|
||||
: ref === this.currentHistoryItemBaseRef?.id
|
||||
? `--vscode-scmGraph-historyItemBaseRefColor`
|
||||
: undefined
|
||||
});
|
||||
break;
|
||||
case ref.startsWith('tag: refs/tags/'):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user