Improve console screen reader interaction (#2656)

This commit is contained in:
Pavlo Tkach
2025-01-31 16:46:25 +00:00
committed by GitHub
parent 6952e0f653
commit 40b6984ffb
8 changed files with 62 additions and 21 deletions
@@ -1,6 +1,6 @@
<app-selected-registrar-wrapper>
<div class="console-app-domains">
<h1 class="mat-headline-4">Domains</h1>
<h1 class="mat-headline-4" forceFocus>Domains</h1>
<div
class="console-app-domains__actions-wrapper"
@@ -81,6 +81,7 @@
<button
mat-flat-button
aria-label="Delete Selected Domains"
[attr.aria-hidden]="!selection.hasValue()"
(click)="deleteSelectedDomains()"
>
Delete Selected Domains