ov-components: Add IDs to action buttons in recording activity component for improved accessibility
This commit is contained in:
parent
6fb7d9583c
commit
82ddca6b50
@ -213,6 +213,7 @@
|
||||
(click)="play(recording)"
|
||||
matTooltip="{{ 'PANEL.RECORDING.PLAY' | translate }}"
|
||||
class="action-btn action-play"
|
||||
id="play-recording-btn"
|
||||
>
|
||||
<mat-icon>play_circle</mat-icon>
|
||||
</button>
|
||||
@ -235,6 +236,7 @@
|
||||
(click)="download(recording)"
|
||||
matTooltip="{{ 'PANEL.RECORDING.DOWNLOAD' | translate }}"
|
||||
class="action-btn action-download"
|
||||
id="download-recording-btn"
|
||||
>
|
||||
<mat-icon>download</mat-icon>
|
||||
</button>
|
||||
@ -246,6 +248,7 @@
|
||||
(click)="deleteRecording(recording)"
|
||||
matTooltip="{{ 'PANEL.RECORDING.DELETE' | translate }}"
|
||||
class="action-btn action-delete"
|
||||
id="delete-recording-btn"
|
||||
>
|
||||
<mat-icon>delete_outline</mat-icon>
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user