From 0ed5ca2ad8d9e93fadd03b3e36ca8cef0138fb31 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 31 Jul 2026 10:31:56 +0100 Subject: [PATCH] [AAE-49015] - Removing unused mat-selectors --- lib/content-services/src/lib/mat-selectors.scss | 12 ------------ .../src/lib/mat-selectors.scss | 1 - .../src/lib/styles/mat-selectors.scss | 3 --- 3 files changed, 16 deletions(-) diff --git a/lib/content-services/src/lib/mat-selectors.scss b/lib/content-services/src/lib/mat-selectors.scss index f28e09ca9d..e3c38f32e3 100644 --- a/lib/content-services/src/lib/mat-selectors.scss +++ b/lib/content-services/src/lib/mat-selectors.scss @@ -1,29 +1,17 @@ /* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */ -$mat-focused: '.mat-focused'; -$mat-line: '.mat-line'; -$mat-tab-label: '.mat-mdc-tab'; $mat-expansion-panel-body: '.mat-expansion-panel-body'; -$mat-tab-label-text: '.mdc-tab__text-label'; $mat-tab-header: '.mat-mdc-tab-header'; $mat-chip: '.mat-mdc-chip'; $mat-checkbox-box: '.mdc-checkbox'; -$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-text-field-outlined: '.mdc-text-field--outlined'; -$mat-card: '.mat-mdc-card'; $mat-card-content: '.mat-mdc-card-content'; -$mat-list-item-end: '.mdc-list-item__end'; -$mat-select: '.mat-mdc-select'; $mat-menu-panel: '.mat-mdc-menu-panel'; $mat-form-field-infix: '.mat-mdc-form-field-infix'; $mat-checkbox-background: '.mdc-checkbox__background'; $mat-floating-label: '.mdc-floating-label'; $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper'; -$mat-expansion-panel-body: '.mat-expansion-panel-body'; -$mat-dialog-surface: '.mat-mdc-dialog-surface'; $mat-evolution-chip: '.mdc-evolution-chip'; $mat-notched-outline: '.mdc-notched-outline'; $mat-evolution-chip-graphic: '.mdc-evolution-chip__graphic'; diff --git a/lib/process-services-cloud/src/lib/mat-selectors.scss b/lib/process-services-cloud/src/lib/mat-selectors.scss index 2858d967a5..9aa31f3077 100644 --- a/lib/process-services-cloud/src/lib/mat-selectors.scss +++ b/lib/process-services-cloud/src/lib/mat-selectors.scss @@ -1,6 +1,5 @@ /* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */ -$mat-toolbar: '.mat-toolbar'; $mat-card-content: '.mat-mdc-card-content'; $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix'; $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper'; diff --git a/lib/process-services/src/lib/styles/mat-selectors.scss b/lib/process-services/src/lib/styles/mat-selectors.scss index 01eb51d8b5..9cbd5ccfb9 100644 --- a/lib/process-services/src/lib/styles/mat-selectors.scss +++ b/lib/process-services/src/lib/styles/mat-selectors.scss @@ -1,7 +1,6 @@ /* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */ $mat-card: '.mat-mdc-card'; -$mat-card-header-text: '.mat-mdc-card-header-text'; $mat-card-content: '.mat-mdc-card-content'; $mat-card-header: '.mat-mdc-card-header'; $mat-tab-body-content: '.mat-mdc-tab-body-content'; @@ -9,9 +8,7 @@ $mat-tab-label-text: '.mdc-tab__text-label'; $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper'; $mat-button: '.mat-mdc-button'; $mat-button-label: '.mdc-button__label'; -$mat-input-element: '.mat-mdc-input-element'; $mat-line: '.mat-line'; -$mat-form-field-label: '.mat-mdc-floating-label'; $mat-form-field: '.mat-mdc-form-field'; $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper'; $mat-dialog-surface: '.mat-mdc-dialog-surface';