mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Added Reset button to member filter builder
This commit is contained in:
parent
e936f3928e
commit
615dc8d24c
@ -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>
|
||||
|
@ -107,7 +107,7 @@
|
||||
.gh-filter-builder-footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
justify-content: space-between;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user