From e9f70ce5ec632ec158a87802c313549d278712ff Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 8 May 2024 21:01:01 -0700 Subject: [PATCH] Fix: doc links and more illegible in light mode (#6643) --- .../custom-field-display/custom-field-display.component.html | 2 +- .../input/drag-drop-select/drag-drop-select.component.html | 2 +- src-ui/src/theme.scss | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) 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 161f2e1fc..3af2ccd29 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 dd7d7b3a3..fe549382a 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 98261b8da..4dd7e5151 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,