mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Deemphasized edited state
refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
parent
a0b5267f0f
commit
bb182674df
@ -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"}}"> – edited</span>
|
||||
<span class="gh-links-list-item-edited {{if link.link.edited "gh-links-list-item-edited-show"}}"> (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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user