mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-9229] a11y testing: Search Page / Elements must only use supported ARIA attributes (#4383)
This commit is contained in:
parent
766ee8e937
commit
2093a7acc1
@ -1,4 +1,4 @@
|
|||||||
<div class="app-search-container"
|
<button class="app-search-container"
|
||||||
[matMenuTriggerFor]="searchOptionsMenu"
|
[matMenuTriggerFor]="searchOptionsMenu"
|
||||||
(menuOpened)="onMenuOpened()"
|
(menuOpened)="onMenuOpened()"
|
||||||
(menuClosed)="syncInputValues()"
|
(menuClosed)="syncInputValues()"
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</button>
|
||||||
|
|
||||||
<mat-menu #searchOptionsMenu="matMenu" [overlapTrigger]="true" class="app-search-options-menu">
|
<mat-menu #searchOptionsMenu="matMenu" [overlapTrigger]="true" class="app-search-options-menu">
|
||||||
<div (keydown.tab)="$event.stopPropagation()" (keydown.shift.tab)="$event.stopPropagation()" tabindex=0>
|
<div (keydown.tab)="$event.stopPropagation()" (keydown.shift.tab)="$event.stopPropagation()" tabindex=0>
|
||||||
|
@ -8,6 +8,9 @@ $search-border-radius: 4px;
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $search-width;
|
max-width: $search-width;
|
||||||
height: $search-height;
|
height: $search-height;
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
label {
|
label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user