mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Updated Audit log code block style
This commit is contained in:
parent
0fc0bf40f1
commit
35ff83afa9
2 changed files with 10 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue