Fix: tag colors stay fixed in list when selected

This commit is contained in:
shamoon 2024-11-07 11:58:18 -08:00
parent 82fd706dca
commit b8b13f6409
No known key found for this signature in database

View File

@ -252,7 +252,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
} }
.table-row-selected { .table-row-selected {
td, a { td, a:not(.badge) {
color: var(--pngx-primary-text-contrast) !important; color: var(--pngx-primary-text-contrast) !important;
} }
} }