mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-22783 Fix form elements label style (#9725)
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.adf-container-widget__header-text,
|
||||
.adf-label {
|
||||
font-family: var(--theme-font-family);
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
|
||||
.adf-field-list {
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
@@ -97,11 +91,16 @@
|
||||
#{$mat-form-field} {
|
||||
width: 100%;
|
||||
|
||||
#{$mat-text-field-focused} {
|
||||
label {
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
transform: scaleX(1);
|
||||
transition: transform 150ms linear;
|
||||
background-color: 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
|
||||
#{$mat-form-field-prefix} {
|
||||
|
@@ -53,6 +53,7 @@ $mat-form-field-invalid: '.mat-form-field-invalid';
|
||||
$mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
|
||||
$mat-text-field-outlined: '.mdc-text-field--outlined';
|
||||
$mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
|
||||
$mat-text-field-focused: '.mdc-text-field--focused';
|
||||
$mat-dialog-actions: '.mat-mdc-dialog-actions';
|
||||
$mat-dialog-container: '.mdc-dialog__container';
|
||||
$mat-dialog-content: '.mat-mdc-dialog-content';
|
||||
|
Reference in New Issue
Block a user