mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03: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:
parent
a55efec7be
commit
9dea2ef911
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user