mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Fix: tag colors stay fixed in list when selected (#8225)
This commit is contained in:
parent
82fd706dca
commit
da85b05ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue