Contributor view post button color update

no refs.

- the hover color for the "View post" button was the same as the "Edit" which is a bit misleading
This commit is contained in:
Peter Zimon 2023-05-02 06:46:24 +02:00
parent a55efec7be
commit 9dea2ef911

View File

@ -194,7 +194,7 @@
{{else}}
{{#if (and this.session.user.isContributor @post.isPublished)}}
<a href={{@post.url}} class="permalink gh-list-data gh-post-list-button" target="_blank" rel="noopener noreferrer">
<span class="gh-post-list-cta edit {{if this.isHovered "is-hovered"}}" title="View post">
<span class="gh-post-list-cta view {{if this.isHovered "is-hovered"}}" title="View post">
{{svg-jar "arrow-top-right" title="View post"}}
</span>
</a>