Deemphasized edited state

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-20 21:39:48 +02:00
parent a0b5267f0f
commit bb182674df
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<a href="{{link.link.to}}" target="_blank" rel="noopener noreferrer">
{{link.link.title}}
</a>
<span class="gh-links-list-item-edited {{if link.link.edited "gh-links-list-item-edited-show"}}">&nbsp;&ndash; edited</span>
<span class="gh-links-list-item-edited {{if link.link.edited "gh-links-list-item-edited-show"}}">&nbsp;(edited)</span>
<span class="gh-links-list-item-success {{if (eq @showSuccess link.link.link_id) "gh-links-list-item-success-show"}}">{{svg-jar "check-circle"}}</span>
{{/if}}
</div>

View File

@ -1180,7 +1180,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
.gh-links-list-item-edited {
display: none;
white-space: nowrap;
color: var(--midgrey);
color: var(--midlightgrey);
}
.gh-links-list-item-edited-show {