mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-29 11:09:27 -05:00
Fix: tag colors stay fixed in list when selected (#8225)
This commit is contained in:
parent
4d8e6a2aa6
commit
d3c8b9c961
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user