Added Reset button to member filter builder

This commit is contained in:
Peter Zimon 2021-08-12 18:26:29 +02:00
parent e936f3928e
commit 615dc8d24c
2 changed files with 8 additions and 3 deletions

View File

@ -74,10 +74,15 @@
</section>
<div class="gh-filter-builder-footer">
<button
class="gh-btn gh-btn-primary gh-btn-icon"
class="gh-btn"
>
<span>Reset all</span>
</button>
<button
class="gh-btn gh-btn-primary"
{{on "click" this.applyFilter}}
>
<span>Apply filter</span>
<span>Apply filters</span>
</button>
</div>
</GhDropdown>

View File

@ -107,7 +107,7 @@
.gh-filter-builder-footer {
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: space-between;
margin-top: 20px;
}