Enhance loading indicators for question fragment during HTMX requests; ensure overview tile text color remains unchanged for flagged questions

This commit is contained in:
Ross
2026-01-05 14:50:07 +00:00
parent b89ca918fa
commit d4247adb13
2 changed files with 51 additions and 42 deletions
@@ -133,6 +133,15 @@
/* Flagged questions show only the flag icon; do not change border color */
/* Ensure global `.flagged` rules don't change the overview tile text colour. */
.overview-question-btn.flagged {
color: inherit !important;
}
.overview-question-btn.flagged .qn-num,
.overview-question-btn.flagged .qn-ans {
color: inherit !important;
}
.overview-question-btn .question-flag {
margin-left: auto;
font-size: 0.95rem;