|
|
@ -66,8 +66,8 @@ |
|
|
|
href="#" |
|
|
|
data-action="commit-actions" |
|
|
|
data-action-type="graph" |
|
|
|
aria-label="Show Commit on Commit Graph" |
|
|
|
title="Show Commit on Commit Graph" |
|
|
|
aria-label="Show in Commit Graph" |
|
|
|
title="Show in Commit Graph" |
|
|
|
><code-icon icon="graph"></code-icon |
|
|
|
></a> |
|
|
|
<a |
|
|
@ -133,7 +133,15 @@ |
|
|
|
<style nonce="#{cspNonce}"> |
|
|
|
@font-face { |
|
|
|
font-family: 'codicon'; |
|
|
|
src: url('#{webroot}/codicon.ttf?404cbc4fe3a64b9a93064eef76704c79') format('truetype'); |
|
|
|
font-display: block; |
|
|
|
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype'); |
|
|
|
} |
|
|
|
</style> |
|
|
|
<style nonce="#{cspNonce}"> |
|
|
|
@font-face { |
|
|
|
font-family: 'glicons'; |
|
|
|
font-display: block; |
|
|
|
src: url("#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1") format("woff2"); |
|
|
|
} |
|
|
|
</style> |
|
|
|
</body> |
|
|
|