mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7768] unify inputs and selects across the app (#3845)
* ACS-7768 Style inputs in create from template dialog * ACS-7768 Used globally configured outline appearance for inputs * ACS-7768 Style inputs for profile page * ACS-7768 Style inputs for library metadata form * ACS-7768 Style inputs for folder rules dialog * ACS-7768 Style inputs for manage rules page * ACS-7768 Set outline appearance for input, fix small issue * ACS-7768 Addressed comment
This commit is contained in:
@@ -36,12 +36,6 @@ $top-margin: 12px;
|
||||
caret-color: var(--theme-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line */
|
||||
@@ -86,6 +80,7 @@ $top-margin: 12px;
|
||||
font-size: 16px;
|
||||
letter-spacing: -0.7px;
|
||||
margin-bottom: -8px;
|
||||
margin-top: 23px;
|
||||
|
||||
/* stylelint-disable-next-line */
|
||||
.mat-mdc-checkbox {
|
||||
|
Reference in New Issue
Block a user