fix: visible spinner on Retry button, CSS htmx-indicator show/hide rules
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user