diff --git a/lib/content-services/src/lib/mat-selectors.scss b/lib/content-services/src/lib/mat-selectors.scss index a34f8d9e8d..ea3e440664 100644 --- a/lib/content-services/src/lib/mat-selectors.scss +++ b/lib/content-services/src/lib/mat-selectors.scss @@ -14,7 +14,6 @@ $mat-button: '.mat-mdc-button'; $mat-button-label: '.mdc-button__label'; $mat-form-field: '.mat-mdc-form-field'; $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper'; -$mat-form-text-field-infix: '.mat-mdc-form-text-infix'; $mat-form-field-appearance-outline: '.mat-form-field-appearance-outline'; $mat-text-field-outlined: '.mdc-text-field--outlined'; $mat-card: '.mat-mdc-card'; diff --git a/lib/core/src/lib/form/components/form-renderer.component.scss b/lib/core/src/lib/form/components/form-renderer.component.scss index 46f0eaad46..1760aa55b0 100644 --- a/lib/core/src/lib/form/components/form-renderer.component.scss +++ b/lib/core/src/lib/form/components/form-renderer.component.scss @@ -144,10 +144,6 @@ } } - #{mat-input-placeholder} { - top: 1.8em; - } - #{ms.$mat-grid-tile} { overflow: visible; width: 80%; @@ -178,13 +174,6 @@ padding-top: 0; } - & #{mat-tab-label-text} { - letter-spacing: -0.4px; - text-align: left; - color: rgba(0, 0, 0, 0.54); - text-transform: uppercase; - } - & #{ms.$mat-tab-ink-bar} { #{ms.$mat-tab-indicator-underline} { border-top-width: 4px; diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss index 1db6f8832d..e6db7736d1 100644 --- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss +++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss @@ -4,11 +4,6 @@ $adf-inplace-input-padding: 7px; .adf-inplace-input-container { - #{ms.$mat-form-text-field-infix} { - display: flex; - border-top: 0; - } - #{ms.$mat-form-field-label} { padding: $adf-inplace-input-padding; } diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss index 1889eb81f7..0492b684d4 100644 --- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss +++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss @@ -18,9 +18,6 @@ #{ms.$mat-form-field-suffix} { top: 0; } - #{ms.$mat-form-text-field-infix} { - width: 100%; - } } } diff --git a/lib/core/src/lib/styles/_mat-selectors.scss b/lib/core/src/lib/styles/_mat-selectors.scss index 31fa2b1208..131a1cd724 100644 --- a/lib/core/src/lib/styles/_mat-selectors.scss +++ b/lib/core/src/lib/styles/_mat-selectors.scss @@ -20,7 +20,6 @@ $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper'; $mat-line-ripple: '.mdc-line-ripple'; $mat-form-field-prefix: '.mat-mdc-form-field-text-prefix'; $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix'; -$mat-form-text-field-infix: '.mat-mdc-form-text-infix'; $mat-form-field-label: '.mat-mdc-floating-label'; $mat-form-field-invalid: '.mat-form-field-invalid'; $mat-text-field-focused: '.mdc-text-field--focused'; diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss index 54aa93609a..0988de467a 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss @@ -24,10 +24,6 @@ #{ms.$mat-form-field-suffix} { top: 0; } - - #{ms.$mat-form-text-field-infix} { - width: 100%; - } } } diff --git a/lib/process-services-cloud/src/lib/mat-selectors.scss b/lib/process-services-cloud/src/lib/mat-selectors.scss index 5c123b43cf..2858d967a5 100644 --- a/lib/process-services-cloud/src/lib/mat-selectors.scss +++ b/lib/process-services-cloud/src/lib/mat-selectors.scss @@ -3,7 +3,6 @@ $mat-toolbar: '.mat-toolbar'; $mat-card-content: '.mat-mdc-card-content'; $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix'; -$mat-form-text-field-infix: '.mat-mdc-form-text-infix'; $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper'; $mat-button: '.mat-mdc-button'; $mat-button-label: '.mdc-button__label';