mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
added fieldset around checkboxes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<div class="checklist">
|
<div class="checklist">
|
||||||
|
<fieldset>
|
||||||
<mat-checkbox
|
<mat-checkbox
|
||||||
*ngFor="let option of options"
|
*ngFor="let option of options"
|
||||||
[checked]="option.checked"
|
[checked]="option.checked"
|
||||||
@@ -12,8 +13,8 @@
|
|||||||
class="facet-name">
|
class="facet-name">
|
||||||
{{ option.name | translate }}
|
{{ option.name | translate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="adf-facet-buttons" *ngIf="options.fitsPage && !settings?.hideDefaultAction">
|
<div class="adf-facet-buttons" *ngIf="options.fitsPage && !settings?.hideDefaultAction">
|
||||||
|
@@ -24,3 +24,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user