Changed explainer text color and icon to deemphasize it

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-21 11:46:33 +02:00
parent 1d4e6328cb
commit 06365b1d00
2 changed files with 10 additions and 3 deletions

View File

@ -80,7 +80,7 @@
{{#if (or this.showPagination (feature "fixNewsletterLinks")) }}
<div class="gh-links-pagination">
{{#if (feature "fixNewsletterLinks")}}
<span class="gh-links-info">&uarr; 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}}

View File

@ -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;