Skip to content

Commit 7c7fe47

Browse files
authored
fix: changelist filter buttons (#1314)
1 parent 6925c82 commit 7c7fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/change_list_filter_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<span id="changelist-filter-extra-actions" class="flex flex-row gap-2 items-center mt-2">
1313
{% if cl.is_facets_optional %}
1414
{% if cl.add_facets %}
15-
<a href="{{ cl.remove_facet_link }}" class="hidelink border grow font-medium px-3 py-2 rounded-default text-center transition-all w-full hover:bg-base-50 lg:w-auto dark:border-base-700 dark:hover:text-base-200">
15+
<a href="{{ cl.remove_facet_link }}" class="hidelink border border-base-200 grow font-medium px-3 py-2 rounded-default text-center transition-all w-full lg:w-auto dark:border-base-700 dark:hover:text-base-200">
1616
{% trans "Hide counts" %}
1717
</a>
1818
{% else %}

0 commit comments

Comments
 (0)