[ACS-9229] a11y testing: Search Page / Elements must only use supported ARIA attributes (#4383)

This commit is contained in:
dominikiwanekhyland 2025-02-10 10:06:29 +01:00 committed by GitHub
parent 766ee8e937
commit 2093a7acc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="app-search-container"
<button class="app-search-container"
[matMenuTriggerFor]="searchOptionsMenu"
(menuOpened)="onMenuOpened()"
(menuClosed)="syncInputValues()"
@ -25,7 +25,7 @@
</button>
</div>
</mat-form-field>
</div>
</button>
<mat-menu #searchOptionsMenu="matMenu" [overlapTrigger]="true" class="app-search-options-menu">
<div (keydown.tab)="$event.stopPropagation()" (keydown.shift.tab)="$event.stopPropagation()" tabindex=0>

View File

@ -8,6 +8,9 @@ $search-border-radius: 4px;
width: 100%;
max-width: $search-width;
height: $search-height;
border: none;
background: none;
padding: 0;
&:focus-within {
label {