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:
parent
a55efec7be
commit
9dea2ef911
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue