From d8b1ea912d4b729364d5acc3c1dfd893bc21baf2 Mon Sep 17 00:00:00 2001 From: Angelika Kinas Date: Mon, 25 Nov 2024 14:28:06 +0100 Subject: [PATCH] chore: Fix style.css use of non existent class --- apps/metadata-editor/src/styles.css | 2 +- .../form-field-license/form-field-license.component.html | 2 +- .../form-field-update-frequency.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/metadata-editor/src/styles.css b/apps/metadata-editor/src/styles.css index 00d7988b6..aeb3e3a1f 100644 --- a/apps/metadata-editor/src/styles.css +++ b/apps/metadata-editor/src/styles.css @@ -34,5 +34,5 @@ body { } .input-as-button { - @apply border-2 border-gray-300 hover:border-main bg-transparent gn-ui-text-input hover:text-main py-[11.5px] pl-[14px] pr-2; + @apply border-2 border-gray-300 hover:border-main bg-transparent hover:text-main py-[11.5px] pl-[14px] pr-2; } diff --git a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html index 04cda64de..e7ad7f8d4 100644 --- a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +++ b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html @@ -5,7 +5,7 @@ [choices]="licenceOptions" [selected]="selectedLicence" (selectValue)="handleLicenceSelection($event)" - [extraBtnClass]="'input-as-button'" + [extraBtnClass]="'input-as-button gn-ui-text-input'" > diff --git a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html index aabad8b79..d7802bd20 100644 --- a/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +++ b/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html @@ -11,7 +11,7 @@ [selected]="selectedFrequency" (selectValue)="onSelectFrequencyValue($event)" [disabled]="!planned" - [extraBtnClass]="'input-as-button'" + [extraBtnClass]="'input-as-button gn-ui-text-input'" >