Updated featured status in post list

Refs https://github.com/TryGhost/Team/issues/2923
This commit is contained in:
Sanne de Vries 2023-04-13 14:59:59 +01:00
parent 0796dba3c1
commit 07785c8ed9
2 changed files with 1 additions and 3 deletions

View File

@ -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}}

View File

@ -268,7 +268,7 @@
width: 11px;
height: 11px;
margin: -2px 6px 0 0;
color: var(--yellow-d2);
color: var(--black);
}
.gh-post-list-external {