Updated Audit log code block style

This commit is contained in:
Peter Zimon 2022-08-23 17:37:59 +02:00
parent 0fc0bf40f1
commit 35ff83afa9
2 changed files with 10 additions and 1 deletions

View File

@ -32,7 +32,10 @@
<div class="gh-list-data gh-audit-log-object">
<div class="gh-audit-log-container">
{{#if ev.contextResource}}
<span>{{capitalize-first-letter ev.contextResource.first}} - <code>{{ev.contextResource.second}}</code></span>
<span class="midgrey">
<strong>{{capitalize-first-letter ev.contextResource.first}}</strong>
<code>({{ev.contextResource.second}})</code>
</span>
{{else if (or ev.resource.title ev.resource.name ev.original.context.primary_name)}}
{{#if (and (or ev.resource.title ev.resource.name) ev.linkable)}}
<LinkTo @route="editor.edit" @models={{array ev.resource.displayName ev.resource.id}} class="permalink">

View File

@ -2881,6 +2881,12 @@ p.theme-validation-details {
padding-left: 6px;
}
.gh-audit-log-object code {
background: none;
border: none;
color: var(--middarkgrey);
}
.gh-audit-log-dash {
padding-left: 0;
padding-right: 0;