We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6925c82 commit 7c7fe47Copy full SHA for 7c7fe47
src/unfold/templates/unfold/helpers/change_list_filter_actions.html
@@ -12,7 +12,7 @@
12
<span id="changelist-filter-extra-actions" class="flex flex-row gap-2 items-center mt-2">
13
{% if cl.is_facets_optional %}
14
{% 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">
+ <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">
16
{% trans "Hide counts" %}
17
</a>
18
{% else %}
0 commit comments