Ramin Tadayon
1 year ago
No known key found for this signature in database
GPG Key ID: 79D60DDE3DFB95F5
2 changed files with
9 additions and
0 deletions
-
src/webviews/apps/plus/graph/GraphWrapper.tsx
-
src/webviews/apps/plus/graph/graph.scss
|
|
@ -133,6 +133,7 @@ const createIconElements = (): { [key: string]: ReactElement } => { |
|
|
|
'datetime', |
|
|
|
'message', |
|
|
|
'changes', |
|
|
|
'files', |
|
|
|
]; |
|
|
|
|
|
|
|
const miniIconList = ['upstream-ahead', 'upstream-behind']; |
|
|
|
|
|
@ -752,6 +752,14 @@ button:not([disabled]), |
|
|
|
content: '\eb43'; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&--files { |
|
|
|
&::before { |
|
|
|
// codicon-files |
|
|
|
font-family: codicon; |
|
|
|
content: '\eaf0'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.titlebar { |
|
|
|