fix(mod queue): CSS Modules not exporting rowOdd and alert classes

This commit is contained in:
plebeius
2026-01-11 17:02:19 +01:00
parent 4fd0820d94
commit 6827aaa141
+4 -1
View File
@@ -120,6 +120,9 @@
padding: 2px 5px; padding: 2px 5px;
} }
/* Odd rows - standalone class needed for CSS Modules export */
.rowOdd {}
/* Odd rows - theme-specific background colors applied to cells */ /* Odd rows - theme-specific background colors applied to cells */
:global(body.yotsuba) .rowOdd .number, :global(body.yotsuba) .rowOdd .number,
:global(body.yotsuba) .rowOdd .board, :global(body.yotsuba) .rowOdd .board,
@@ -205,7 +208,7 @@
white-space: nowrap; white-space: nowrap;
} }
.time .alert { .alert {
color: var(--mod-queue-alert-color); color: var(--mod-queue-alert-color);
font-weight: bold; font-weight: bold;
animation: blink 2s infinite; animation: blink 2s infinite;