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 0572d6f commit fde2f3fCopy full SHA for fde2f3f
src/unfold/templates/unfold/helpers/change_list_filter_actions.html
@@ -22,7 +22,7 @@
22
{% endif %}
23
24
{% if cl.has_active_filters %}
25
- <a href="{{ cl.clear_all_filters_qs }}" class="border flex-grow font-medium px-3 py-2 rounded 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.clear_all_filters_qs }}" class="border flex-grow font-medium px-3 py-2 rounded text-center transition-all w-full lg:w-auto dark:border-base-700 dark:hover:text-base-200">
26
{% trans "Clear all filters" %}
27
</a>
28
0 commit comments