mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing and replacing mat-selectors
This commit is contained in:
@@ -4,7 +4,6 @@ $mat-expansion-panel-body: '.mat-expansion-panel-body';
|
||||
$mat-tab-header: '.mat-mdc-tab-header';
|
||||
$mat-checkbox-box: '.mdc-checkbox';
|
||||
$mat-form-field: '.mat-mdc-form-field';
|
||||
$mat-text-field-outlined: '.mdc-text-field--outlined';
|
||||
$mat-card-content: '.mat-mdc-card-content';
|
||||
$mat-menu-panel: '.mat-mdc-menu-panel';
|
||||
$mat-form-field-infix: '.mat-mdc-form-field-infix';
|
||||
|
||||
-4
@@ -30,10 +30,6 @@ adf-search-properties {
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
#{ms.$mat-text-field-outlined} {
|
||||
padding: 0 9px;
|
||||
}
|
||||
|
||||
.adf-search-properties-form-field {
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
||||
-10
@@ -86,16 +86,6 @@
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
align-items: baseline;
|
||||
|
||||
.adf-start-process-definition-select {
|
||||
#{ms.$mat-select-arrow-wrapper} {
|
||||
transform: none;
|
||||
|
||||
svg {
|
||||
fill: currentcolor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-start-process-app-list {
|
||||
|
||||
@@ -9,5 +9,4 @@ $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
|
||||
$mat-button: '.mat-mdc-button';
|
||||
$mat-button-label: '.mdc-button__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