Fixed a linting problem

refs https://github.com/TryGhost/Team/issues/1816
This commit is contained in:
James Morris 2022-08-22 16:51:03 +01:00
parent 3e57f88d12
commit e3e613de1c
2 changed files with 3 additions and 3 deletions

View File

@ -101,14 +101,14 @@
{{svg-jar parsedEvent.icon}}
<span class="gh-dashboard-list-subtext">
{{capitalize-first-letter parsedEvent.action}}
{{#unless (feature "memberAttribution")}}
<span class="{{if (feature "memberAttribution") 'hidden'}}">
{{#if parsedEvent.url}}
<a class="ghost-members-activity-object-link" href="{{parsedEvent.url}}" target="_blank" rel="noopener noreferrer">{{parsedEvent.object}}</a>
{{else}}
{{parsedEvent.object}}
{{/if}}
{{parsedEvent.info}}
{{/unless}}
</span>
</span>
</div>
{{#if (feature "memberAttribution")}}

View File

@ -713,7 +713,7 @@ Dashboard List */
overflow: hidden;
}
.gh-dashboard-list-subtext > a {
.gh-dashboard-list-subtext a {
font-weight: 600;
color: var(--darkgrey);
}