mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 10:21:29 +03:00
fixed tabindex ordering of file cards (delete came before url)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<mat-card class="example-card mat-elevation-z6">
|
<mat-card class="example-card mat-elevation-z6">
|
||||||
<button (click)="deleteFile()" class="deleteButton" mat-icon-button><mat-icon>delete_forever</mat-icon></button>
|
|
||||||
<div style="padding:5px">
|
<div style="padding:5px">
|
||||||
<b><a href="javascript:void(0)" (click)="!isPlaylist ? mainComponent.goToFile(name, isAudio) : mainComponent.goToPlaylist(name, type)">{{title}}</a></b>
|
<b><a href="javascript:void(0)" (click)="!isPlaylist ? mainComponent.goToFile(name, isAudio) : mainComponent.goToPlaylist(name, type)">{{title}}</a></b>
|
||||||
<br/>
|
<br/>
|
||||||
@@ -13,9 +12,6 @@
|
|||||||
</ngx-content-loading>
|
</ngx-content-loading>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<button (click)="deleteFile()" class="deleteButton" mat-icon-button><mat-icon>delete_forever</mat-icon></button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</mat-card>
|
</mat-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user