fix: visible spinner on Retry button, CSS htmx-indicator show/hide rules

This commit is contained in:
Marker689
2026-05-11 21:46:21 +03:00
parent 5afb377d92
commit f4b8b74297
4 changed files with 8 additions and 3 deletions

View File

@@ -231,7 +231,9 @@ table td:first-child { font-variant-numeric: tabular-nums; }
.copy-btn:hover { background: #202632; }
.copy-btn.copied { color: #4caf50; border-color: #4caf50; }
.htmx-indicator { display: inline; }
.htmx-indicator { display: none; }
.htmx-indicator.htmx-request,
.htmx-request .htmx-indicator { display: inline; }
/* ------------------------------------------------------------------ */
/* Nav / breadcrumbs / empty state */