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):not(:hover) > .sleight-of-hand-back,
:host:not(.do-not-close):hover > .sleight-of-hand-front, :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; opacity: 0;
pointer-events: none; pointer-events: none;
......
...@@ -14,12 +14,13 @@ ...@@ -14,12 +14,13 @@
<!-- publications --> <!-- publications -->
<mat-card-content> <mat-card-content>
<a *ngFor="let publication of publications" <div class="d-inline-block mb-2"
[href]="publication.doi | doiParserPipe" *ngFor="let publication of publications">
mat-button <a [href]="publication.doi | doiParserPipe"
target="_blank"> target="_blank">
{{ publication.cite }} {{ publication.cite }}
</a> </a>
</div>
</mat-card-content> </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