mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated featured status in post list
Refs https://github.com/TryGhost/Team/issues/2923
This commit is contained in:
parent
0796dba3c1
commit
07785c8ed9
@ -78,7 +78,6 @@
|
||||
<p class="gh-content-entry-status">
|
||||
{{#if @post.isScheduled}}
|
||||
<span class="scheduled">
|
||||
<span class="status-dot"></span>
|
||||
Scheduled
|
||||
{{#if this.isHovered}}
|
||||
<span class="schedule-details" {{css-transition "anim-fade-in-scale"}}>
|
||||
@ -95,7 +94,6 @@
|
||||
|
||||
{{#if @post.isDraft}}
|
||||
<span class="draft">
|
||||
<span class="status-dot"></span>
|
||||
Draft
|
||||
</span>
|
||||
{{/if}}
|
||||
|
@ -268,7 +268,7 @@
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
margin: -2px 6px 0 0;
|
||||
color: var(--yellow-d2);
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.gh-post-list-external {
|
||||
|
Loading…
Reference in New Issue
Block a user