Remove card around filter editor

This commit is contained in:
Michael Shamoon 2020-12-13 14:46:10 -08:00
parent 1fafb9ace6
commit 04bb7d4893
2 changed files with 5 additions and 7 deletions

View File

@ -62,10 +62,8 @@
</app-page-header>
<div class="card w-100 mb-3">
<div class="card-body">
<app-filter-editor [(filterEditorService)]="filterEditorService" (apply)="applyFilterRules()" (clear)="clearFilterRules()" #filterEditor></app-filter-editor>
</div>
<div class="w-100 mb-4">
<app-filter-editor [(filterEditorService)]="filterEditorService" (apply)="applyFilterRules()" (clear)="clearFilterRules()" #filterEditor></app-filter-editor>
</div>
<div class="d-flex justify-content-between align-items-center">

View File

@ -1,10 +1,10 @@
<div class="btn-group" ngbDropdown role="group" (openChange)="dropdownOpenChange($event)">
<button class="btn btn-outline-primary btn-sm" id="dropdown{{title}}" ngbDropdownToggle>
<div class="badge bg-primary text-light rounded-pill ml-auto">
<ng-container *ngIf="itemsSelected?.length > 0">
<ng-container *ngIf="itemsSelected?.length > 0">
<div class="badge bg-secondary text-light rounded-pill ml-auto">
{{itemsSelected?.length}}
</ng-container>
</div>
</ng-container>
{{title}}
</button>
<div class="dropdown-menu py-0 shadow" ngbDropdownMenu attr.aria-labelledby="dropdown{{title}}">