Browse Source

Updates custom properties

main
Keith Daulton 1 year ago
parent
commit
17680a2110
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/webviews/apps/plus/graph/graph.scss

+ 2
- 2
src/webviews/apps/plus/graph/graph.scss View File

@ -234,10 +234,10 @@ button:not([disabled]),
&__icon {
&.is-ahead {
color: var(--vscode-gitlens-unpublishedChangesIconColor);
color: var(--vscode-gitlens-decorations\.branchAheadForegroundColor);
}
&.is-behind {
color: var(--vscode-gitlens-unpulledChangesIconColor);
color: var(--vscode-gitlens-decorations\.branchBehindForegroundColor);
}
&.is-ahead.is-behind {
color: var(--vscode-gitlens-decorations\.branchDivergedForegroundColor);

Loading…
Cancel
Save