From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 9 May 2024 04:01:01 +0000 (-0700) Subject: Fix: doc links and more illegible in light mode (#6643) X-Git-Tag: v2.8.3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1f5edc0a13ff0b9eb25bb66b049405c8242866c;p=thirdparty%2Fpaperless-ngx.git Fix: doc links and more illegible in light mode (#6643) --- diff --git a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html index 161f2e1fca..3af2ccd291 100644 --- a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html +++ b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html @@ -18,7 +18,7 @@ @case (CustomFieldDataType.DocumentLink) {
@for (docId of value; track docId) { - +  {{ getDocumentTitle(docId) }} } diff --git a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html index dd7d7b3a37..fe549382a7 100644 --- a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html +++ b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html @@ -9,7 +9,7 @@
{{item.name}}
} @if (selectedItems.length === 0) { -
{{emptyText}}
+
{{emptyText}}
}
diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index 98261b8da7..4dd7e5151e 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -174,6 +174,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,