From dac4e70835e9be45c0dbed129f41f46395ac56f4 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Mon, 14 Nov 2022 10:03:27 +0100 Subject: [PATCH] [CL-58] fix: prefix styling according to figma --- libs/components/src/form-field/prefix.directive.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/components/src/form-field/prefix.directive.ts b/libs/components/src/form-field/prefix.directive.ts index ad2f848691d..3760e5ad70d 100644 --- a/libs/components/src/form-field/prefix.directive.ts +++ b/libs/components/src/form-field/prefix.directive.ts @@ -12,8 +12,11 @@ export const PrefixClasses = [ "tw-border-secondary-500", "tw-text-muted", "tw-rounded-none", + "disabled:tw-bg-secondary-100", "disabled:!tw-text-muted", "disabled:tw-border-secondary-500", + "disabled:tw-opacity-100", + "disabled:hover:tw-bg-secondary-100", ]; @Directive({