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">
|
||||
<fieldset>
|
||||
<mat-checkbox
|
||||
*ngFor="let option of options"
|
||||
[checked]="option.checked"
|
||||
@@ -12,8 +13,8 @@
|
||||
class="facet-name">
|
||||
{{ option.name | translate }}
|
||||
</div>
|
||||
|
||||
</mat-checkbox>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<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