mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Changed explainer text color and icon to deemphasize it
refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
parent
1d4e6328cb
commit
06365b1d00
2 changed files with 10 additions and 3 deletions
|
@ -80,7 +80,7 @@
|
|||
{{#if (or this.showPagination (feature "fixNewsletterLinks")) }}
|
||||
<div class="gh-links-pagination">
|
||||
{{#if (feature "fixNewsletterLinks")}}
|
||||
<span class="gh-links-info">↑ Sent a broken link? You can update it!</span>
|
||||
<span class="gh-links-info">{{svg-jar "info"}} Sent a broken link? You can update it!</span>
|
||||
{{else}}
|
||||
<div class="gh-links-pagination-progress">
|
||||
Showing {{this.startOffset}}-{{this.endOffset}} of {{this.totalLinks}}
|
||||
|
|
|
@ -1223,11 +1223,18 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
}
|
||||
|
||||
.gh-links-info {
|
||||
color: var(--green);
|
||||
font-weight: 500;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--midlightgrey);
|
||||
font-weight: 400;
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
.gh-links-info svg {
|
||||
width: 14px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.gh-links-pagination {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Add table
Reference in a new issue