Enhance loading indicators for question fragment during HTMX requests; ensure overview tile text color remains unchanged for flagged questions
This commit is contained in:
@@ -133,6 +133,15 @@
|
|||||||
|
|
||||||
/* Flagged questions show only the flag icon; do not change border color */
|
/* 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 {
|
.overview-question-btn .question-flag {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user