mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7375] - Share link dialog issues
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#{$mat-form-field-infix} {
|
||||
#{$mat-form--text-field-infix} {
|
||||
border-top-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ $adf-inplace-input-padding: 7px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#{$mat-form-field-infix} {
|
||||
#{$mat-form--text-field-infix} {
|
||||
display: flex;
|
||||
border-top: 0;
|
||||
}
|
||||
|
@@ -17,7 +17,7 @@
|
||||
top: 0;
|
||||
|
||||
}
|
||||
#{$mat-form-field-infix} {
|
||||
#{$mat-form--text-field-infix} {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@@ -45,7 +45,7 @@ $mat-form-field-underline: '.mdc-line-ripple';
|
||||
$mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
|
||||
$mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
|
||||
$mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
|
||||
$mat-form-field-infix: '.mat-mdc-form-text-infix';
|
||||
$mat-form--text-field-infix: '.mat-mdc-form-text-infix';
|
||||
$mat-form-field-label: '.mat-mdc-floating-label';
|
||||
$mat-form-field-invalid: '.mat-form-field-invalid';
|
||||
$mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
|
||||
@@ -93,3 +93,4 @@ $mat-toolbar: '.mat-toolbar';
|
||||
$mat-slide-toggle: '.mat-mdc-slide-toggle';
|
||||
$mat-checkbox-background: '.mdc-checkbox__background';
|
||||
$mat-dialog-content: '.mdc-dialog__content';
|
||||
$mat-form-field-infix: '.mat-mdc-form-field-infix';
|
||||
|
Reference in New Issue
Block a user