[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:
AleksanderSklorz
2024-05-17 12:20:06 +02:00
committed by GitHub
parent 1ba2b297a1
commit 6a5ef73283
15 changed files with 135 additions and 91 deletions

View File

@@ -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 {