mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ACS-8452] Fixed UI for folder select input fields in create/edit rules (#10017)
This commit is contained in:
parent
0712edd79f
commit
394d064f37
@ -111,11 +111,12 @@
|
||||
(keyup.enter)="clicked()"
|
||||
(click)="clicked()"
|
||||
>
|
||||
<mat-form-field class="adf-property-field adf-card-textitem-field">
|
||||
<mat-form-field class="adf-property-field adf-card-textitem-field" [floatLabel]="'always'">
|
||||
<mat-label
|
||||
*ngIf="showProperty || isEditable"
|
||||
[attr.data-automation-id]="'card-textitem-label-' + property.key"
|
||||
class="adf-property-label"
|
||||
[ngClass]="{ 'adf-property-value-editable': editable }"
|
||||
>
|
||||
{{ property.label | translate }}
|
||||
</mat-label>
|
||||
|
@ -18,8 +18,9 @@
|
||||
}
|
||||
|
||||
.adf-textitem-action {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
line-height: 20px;
|
||||
color: var(--adf-theme-foreground-text-color-025);
|
||||
|
||||
@ -27,6 +28,15 @@
|
||||
&:focus {
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
}
|
||||
|
||||
#{$mat-button-touch-target} {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#{$mat-form-field-icon-suffix} {
|
||||
align-self: baseline;
|
||||
}
|
||||
|
||||
.adf-textitem-chip-list-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user