Solving a view bugs in navigation.

This commit is contained in:
Zoe Roux 2019-09-17 15:47:50 +02:00
parent 9453f02cf2
commit 735c4098a3
3 changed files with 6 additions and 3 deletions

View File

@ -12,9 +12,9 @@
<div id="hover">
<div class="back">
<button mat-icon-button data-toggle="tooltip" data-placement="bottom" title="Back" (click)="back()">
<a mat-icon-button data-toggle="tooltip" data-placement="bottom" title="Back" href="/show/{{this.item.showSlug}}" routerLink="/show/{{this.item.showSlug}}">
<mat-icon>arrow_back</mat-icon>
</button>
</a>
<h5>{{this.item.showTitle}}</h5>
</div>

View File

@ -41,9 +41,11 @@
padding: .33%;
display: flex;
> button
> a
{
outline: none;
color: inherit;
text-decoration: none;
}
> h5

View File

@ -225,6 +225,7 @@ export class PlayerComponent implements OnInit
this.title.setTitle("Kyoo");
$(document).unbind();
$('[data-toggle="tooltip"]').hide();
}
back()