mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed a linting problem
refs https://github.com/TryGhost/Team/issues/1816
This commit is contained in:
parent
3e57f88d12
commit
e3e613de1c
@ -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")}}
|
||||
|
@ -713,7 +713,7 @@ Dashboard List */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gh-dashboard-list-subtext > a {
|
||||
.gh-dashboard-list-subtext a {
|
||||
font-weight: 600;
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user