From 0fcd19d63ea5b40c7d76a51f4fe8175847332023 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Mon, 25 Sep 2023 17:55:18 +0300 Subject: [PATCH] RED-3800: cleanup --- .../resize-redaction-dialog.component.html | 2 +- .../resize-redaction-dialog.component.scss | 5 ----- .../resize-redaction-dialog.component.ts | 1 - libs/common-ui | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.scss diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html index e79014da9..8c7c04d43 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html @@ -25,7 +25,7 @@ - {{ displayedDictionaryLabel }} + {{ displayedDictionaryLabel }} {{ redaction.entity.label }} diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.scss b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.scss deleted file mode 100644 index 4742724bb..000000000 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.scss +++ /dev/null @@ -1,5 +0,0 @@ -::ng-deep span.mat-mdc-select-value-text { - .disabled { - color: var(--iqser-grey-3); - } -} diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts index 04574a22c..e78831197 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts @@ -9,7 +9,6 @@ import { ResizeRedactionData, ResizeRedactionResult } from '../../utils/dialog-t @Component({ templateUrl: './resize-redaction-dialog.component.html', - styleUrls: ['./resize-redaction-dialog.component.scss'], }) export class ResizeRedactionDialogComponent extends IqserDialogComponent diff --git a/libs/common-ui b/libs/common-ui index 1b7680891..6dc910c4c 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 1b76808917fcb3ff2ab6fe377599bb1583515499 +Subproject commit 6dc910c4ca6182fd4f1d6746b1114ad5210229a8