Skip to content

Commit

Permalink
wc: Display dropdown toggle icon in each quick filter item #TASK-7216…
Browse files Browse the repository at this point in the history
… #TASK-7100
  • Loading branch information
jmjuanes committed Jan 14, 2025
1 parent 80af8b6 commit 99945b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ export default class VariantBrowserHorizontalFilter extends LitElement {

return html`
<div class="dropdown d-flex">
<button class="btn btn-light d-flex align-items-center gap-2" data-bs-toggle="dropdown" data-bs-auto-close="outside">
<button class="btn btn-light d-flex align-items-center gap-2 dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside">
<span>${filter.title}</span>
${field ? html`
<span class="badge text-bg-dark rounded-pill">${field.items.length}</span>
Expand Down

0 comments on commit 99945b0

Please sign in to comment.