Skip to content
Snippets Groups Projects
Unverified Commit e9c71568 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #305 from HumanBrainProject/bugfix/viewerStateSelection

bugfixes
parents 098040ab f28c6fd3
No related branches found
No related tags found
No related merge requests found
:host:not(.do-not-close):not(:hover) > .sleight-of-hand-back,
:host:not(.do-not-close):hover > .sleight-of-hand-front,
:host-context(.do-not-close) > .sleight-of-hand-front
:host(.do-not-close) > .sleight-of-hand-front
{
opacity: 0;
pointer-events: none;
......
......@@ -14,12 +14,13 @@
<!-- publications -->
<mat-card-content>
<a *ngFor="let publication of publications"
[href]="publication.doi | doiParserPipe"
mat-button
target="_blank">
{{ publication.cite }}
</a>
<div class="d-inline-block mb-2"
*ngFor="let publication of publications">
<a [href]="publication.doi | doiParserPipe"
target="_blank">
{{ publication.cite }}
</a>
</div>
</mat-card-content>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment