mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-8630] - Removing mat-selectors elements
This commit is contained in:
@@ -14,7 +14,6 @@ $mat-button: '.mat-mdc-button';
|
|||||||
$mat-button-label: '.mdc-button__label';
|
$mat-button-label: '.mdc-button__label';
|
||||||
$mat-form-field: '.mat-mdc-form-field';
|
$mat-form-field: '.mat-mdc-form-field';
|
||||||
$mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
|
$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-form-field-appearance-outline: '.mat-form-field-appearance-outline';
|
||||||
$mat-text-field-outlined: '.mdc-text-field--outlined';
|
$mat-text-field-outlined: '.mdc-text-field--outlined';
|
||||||
$mat-card: '.mat-mdc-card';
|
$mat-card: '.mat-mdc-card';
|
||||||
|
|||||||
@@ -144,10 +144,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#{mat-input-placeholder} {
|
|
||||||
top: 1.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-grid-tile} {
|
#{ms.$mat-grid-tile} {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@@ -178,13 +174,6 @@
|
|||||||
padding-top: 0;
|
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-ink-bar} {
|
||||||
#{ms.$mat-tab-indicator-underline} {
|
#{ms.$mat-tab-indicator-underline} {
|
||||||
border-top-width: 4px;
|
border-top-width: 4px;
|
||||||
|
|||||||
@@ -4,11 +4,6 @@
|
|||||||
$adf-inplace-input-padding: 7px;
|
$adf-inplace-input-padding: 7px;
|
||||||
|
|
||||||
.adf-inplace-input-container {
|
.adf-inplace-input-container {
|
||||||
#{ms.$mat-form-text-field-infix} {
|
|
||||||
display: flex;
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-form-field-label} {
|
#{ms.$mat-form-field-label} {
|
||||||
padding: $adf-inplace-input-padding;
|
padding: $adf-inplace-input-padding;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
#{ms.$mat-form-field-suffix} {
|
#{ms.$mat-form-field-suffix} {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
#{ms.$mat-form-text-field-infix} {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
|
|||||||
$mat-line-ripple: '.mdc-line-ripple';
|
$mat-line-ripple: '.mdc-line-ripple';
|
||||||
$mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
|
$mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
|
||||||
$mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
|
$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-label: '.mat-mdc-floating-label';
|
||||||
$mat-form-field-invalid: '.mat-form-field-invalid';
|
$mat-form-field-invalid: '.mat-form-field-invalid';
|
||||||
$mat-text-field-focused: '.mdc-text-field--focused';
|
$mat-text-field-focused: '.mdc-text-field--focused';
|
||||||
|
|||||||
@@ -24,10 +24,6 @@
|
|||||||
#{ms.$mat-form-field-suffix} {
|
#{ms.$mat-form-field-suffix} {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-form-text-field-infix} {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
$mat-toolbar: '.mat-toolbar';
|
$mat-toolbar: '.mat-toolbar';
|
||||||
$mat-card-content: '.mat-mdc-card-content';
|
$mat-card-content: '.mat-mdc-card-content';
|
||||||
$mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
|
$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-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
|
||||||
$mat-button: '.mat-mdc-button';
|
$mat-button: '.mat-mdc-button';
|
||||||
$mat-button-label: '.mdc-button__label';
|
$mat-button-label: '.mdc-button__label';
|
||||||
|
|||||||
Reference in New Issue
Block a user