From 7c7b1eadf340d75f1b7b5b2e772e62c84a073eda Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 10 Jan 2022 13:58:10 +0100 Subject: [PATCH] remove depend on from the general render (#7442) --- .../widgets/date-time/date-time.widget.scss | 4 ++++ lib/core/i18n/en.json | 1 - .../widgets/dropdown/dropdown-cloud.widget.html | 6 +----- .../widgets/dropdown/dropdown-cloud.widget.scss | 11 ----------- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/lib/core/form/components/widgets/date-time/date-time.widget.scss b/lib/core/form/components/widgets/date-time/date-time.widget.scss index f3c86894e9..9016d14ec1 100644 --- a/lib/core/form/components/widgets/date-time/date-time.widget.scss +++ b/lib/core/form/components/widgets/date-time/date-time.widget.scss @@ -9,3 +9,7 @@ } } } + +.mat-datetimepicker-toggle { + color: var(--theme-icon-fg-color); +} diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 87e00282b3..3617ef42b2 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -43,7 +43,6 @@ "UPLOAD": "UPLOAD", "REQUIRED": "*Required", "FILE_NAME": "File Name", - "DEPENDS_ON": "Depends on: {{widgetId}}", "NO_FILE_ATTACHED": "No file attached", "VALIDATOR": { "INVALID_NUMBER": "Use a different number format", diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.html b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.html index 353406f687..35a78ae2a2 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.html @@ -2,11 +2,7 @@ [class.adf-invalid]="!field.isValid" [class.adf-readonly]="field.readOnly">
-
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss index df95565c6d..e770d674b6 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss @@ -12,17 +12,6 @@ font-size: 14px; } - &-top-labels { - display: flex; - flex-direction: row; - justify-content: space-between; - height: 16px; - - .adf-dropdown-widget-linked { - display: contents; - } - } - &-select { width: 100%; }