mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated Audit log code block style
This commit is contained in:
parent
0fc0bf40f1
commit
35ff83afa9
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user