Skip to content

Commit

Permalink
Button "Filter" shows "Modal" instead "Dropdown".
Browse files Browse the repository at this point in the history
  • Loading branch information
0wczar committed Oct 12, 2023
1 parent 6950069 commit 49ef281
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/V2/navbar-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,12 @@ <h6 class="align-self-center mb-0 me-3 fw-semibold text-nowrap text-truncate">
<!-- END Dropdown: Bulk -->

<!-- START Dropdown: Filter -->
<div class="dropdown" data-bs-theme="auto">
<button class="btn btn-link btn-sm rounded-circle text-secondary {% if page.dropdownFilterDisabled %}disabled{% else %}{% endif %}" type="button"
id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"
data-bs-toggle="modal" href="#modalStart" role="button"
style="width: 28px; height: 28px;line-height: 28px;text-align: center;padding: 0; border-radius: 50%; font-size: 0.8rem;">
<i class="fa-solid fa-filter-list" data-bs-toggle="tooltip" data-bs-placement="bottom"
data-bs-original-title="Filters"></i>
</button>
</div>
<!-- END Dropdown: Filter -->

<!-- START Dropdown: Groups -->
Expand Down

1 comment on commit 49ef281

@vercel
Copy link

@vercel vercel bot commented on 49ef281 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.