mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7998] - Add permissions input (#9704)
This commit is contained in:
committed by
VitoAlbano
parent
d2b3dae05a
commit
7e9ea567df
@@ -8,6 +8,7 @@
|
||||
|
||||
.adf-add-permission-dialog {
|
||||
.adf-add-permission-dialog-title {
|
||||
margin-bottom: 28px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-size: var(--theme-title-font-size);
|
||||
|
@@ -1,7 +1,8 @@
|
||||
<mat-form-field appearance="outline" floatPlaceholder="never" class="adf-permission-search-input">
|
||||
<mat-form-field appearance="fill" class="adf-permission-search-input">
|
||||
<input
|
||||
matInput
|
||||
id="searchInput"
|
||||
class="adf-permission-search-input-control"
|
||||
[formControl]="searchInput"
|
||||
type="text"
|
||||
title="{{ 'PERMISSION_MANAGER.ADD-PERMISSION.SEARCH' | translate }}"
|
||||
|
@@ -52,7 +52,32 @@ $search-result-height: calc(100% - 60px);
|
||||
&-input {
|
||||
width: 100%;
|
||||
|
||||
#{$mat-form-field-wrapper} {
|
||||
#{$mat-form-field-flex} {
|
||||
align-items: center;
|
||||
|
||||
#{$mat-form-field-infix} {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#{$mat-form-field-subscript-wrapper} {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.adf-permission-search-input-control {
|
||||
&:focus::placeholder {
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
.adf-permission-search-icon {
|
||||
padding: 0 0 12px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user