mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10242] - Personal files: Filter by Size popup announces entire c… (#11468)
This commit is contained in:
+2
-3
@@ -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()">
|
||||
|
||||
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user