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:
@@ -91,12 +91,6 @@
|
||||
text-container-shape: 5px
|
||||
)
|
||||
);
|
||||
|
||||
& #{ms.$mat-button-label} {
|
||||
width: 58px;
|
||||
height: 20px;
|
||||
font: var(--mat-sys-body-large);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../../../styles/mat-selectors' as ms;
|
||||
|
||||
.adf {
|
||||
&-upload-widget-container {
|
||||
margin-bottom: 15px;
|
||||
@@ -25,10 +23,4 @@
|
||||
&-upload-widget__reset {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
&-upload-files-row {
|
||||
#{ms.$mat-line} {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ $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-line: '.mat-line';
|
||||
$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