mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing unused mat-selectors
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user