[ACS-10242] - Personal files: Filter by Size popup announces entire c… (#11468)

This commit is contained in:
dominikiwanekhyland
2026-01-09 10:40:58 +01:00
committed by GitHub
parent d0b3faad6a
commit c64c6e4f7e
2 changed files with 4 additions and 4 deletions
@@ -1,10 +1,9 @@
<div class="checklist">
<fieldset class="adf-search-checklist">
<mat-checkbox
*ngFor="let option of options"
[checked]="option.checked"
(keydown.enter)="option.checked = !option.checked"
[attr.data-automation-id]="'checkbox-' + (option.name)"
[attr.aria-label]="option.name | translate"
(change)="changeHandler($event, option)"
class="adf-facet-filter">
<div title="{{ option.name | translate }}" class="adf-search-check-list-label">
@@ -12,7 +11,7 @@
</div>
</mat-checkbox>
</div>
</fieldset>
<div class="adf-facet-buttons" *ngIf="options.fitsPage && !settings?.hideDefaultAction">
<button mat-button color="primary" (click)="clear()">
@@ -1,8 +1,9 @@
@use '../../../mat-selectors.scss' as ms;
.adf-search-check-list > div {
.adf-search-check-list > .adf-search-checklist {
display: flex;
flex-direction: column;
border: none;
.adf-facet-filter {
display: block;