add keyboard navigation for video actions (#2854)
[oweals/peertube.git] / client / src / app / videos / +video-edit / video-add-components / video-import-torrent.component.html
index 89948dac85dec41809eae823476de9af678781ea..7287f799d0681da91d2f55b9bcc5ff49d2d3f6c3 100644 (file)
@@ -1,6 +1,6 @@
 <div *ngIf="!hasImportedVideo" class="upload-video-container" dragDrop (fileDropped)="setTorrentFile($event)">
   <div class="first-step-block">
-    <my-global-icon class="upload-icon" iconName="upload"></my-global-icon>
+    <my-global-icon class="upload-icon" iconName="upload" aria-hidden="true"></my-global-icon>
 
     <div class="button-file form-control" [ngbTooltip]="'(extensions: .torrent)'">
       <span i18n>Select the torrent to import</span>