Fix: tag colors stay fixed in list when selected (#8225)

This commit is contained in:
shamoon
2024-11-07 11:59:03 -08:00
committed by GitHub
parent 82fd706dca
commit da85b05ea4

View File

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