0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

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}} {{else}}
{{#if (and this.session.user.isContributor @post.isPublished)}} {{#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"> <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"}} {{svg-jar "arrow-top-right" title="View post"}}
</span> </span>
</a> </a>