Skip to content

Commit

Permalink
fix cliear filter button markup
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Sep 11, 2024
1 parent 3de3267 commit 282d16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/element/Search/v_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
.search-filter-btn:hover {
background-color: #e2e6ea;
border-color: #dae0e5;
color: #495057;
}

.search-filter-actions {
Expand Down Expand Up @@ -356,7 +357,7 @@
<div class="search-filter-header">
<h3 class="search-filter-title"></h3>
<div class="search-filter-actions">
<button class="search-filter-btn" @click="removeAll()">Clear Filters</button>
<a class="search-filter-btn" @click="removeAll()">Clear Filters</a>
<AddNewFilter
:fields="fields"
:components="components"
Expand Down

0 comments on commit 282d16a

Please sign in to comment.