Remove custom htmx indicator mechanism

This commit is contained in:
2025-01-30 09:24:07 +01:00
parent eeb99e6dd5
commit 9a4f4203c4

View File

@@ -9,18 +9,6 @@
[x-cloak] {
display: none !important;
}
.htmx-indicator {
display: none;
}
.htmx-request .htmx-indicator {
display: inline;
}
.htmx-request.htmx-indicator {
display: inline;
}
</style>
{% block head %}{% endblock %}
</head>