mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
remove depend on from the general render (#7442)
This commit is contained in:
parent
131963f4ab
commit
7c7b1eadf3
@ -9,3 +9,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mat-datetimepicker-toggle {
|
||||
color: var(--theme-icon-fg-color);
|
||||
}
|
||||
|
@ -43,7 +43,6 @@
|
||||
"UPLOAD": "UPLOAD",
|
||||
"REQUIRED": "*Required",
|
||||
"FILE_NAME": "File Name",
|
||||
"DEPENDS_ON": "Depends on: {{widgetId}}",
|
||||
"NO_FILE_ATTACHED": "No file attached",
|
||||
"VALIDATOR": {
|
||||
"INVALID_NUMBER": "Use a different number format",
|
||||
|
@ -2,11 +2,7 @@
|
||||
[class.adf-invalid]="!field.isValid" [class.adf-readonly]="field.readOnly">
|
||||
<div class="adf-dropdown-widget-top-labels">
|
||||
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span
|
||||
*ngIf="isRequired()">*</span></label>
|
||||
<label class="adf-label adf-dropdown-widget-linked"
|
||||
*ngIf="isLinkedWidget()"
|
||||
[attr.for]="field.id">
|
||||
{{ 'FORM.FIELD.DEPENDS_ON' | translate: { widgetId: getLinkedWidgetId() } }}
|
||||
*ngIf="isRequired()">*</span>
|
||||
</label>
|
||||
</div>
|
||||
<mat-form-field>
|
||||
|
@ -12,17 +12,6 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
&-top-labels {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
height: 16px;
|
||||
|
||||
.adf-dropdown-widget-linked {
|
||||
display: contents;
|
||||
}
|
||||
}
|
||||
|
||||
&-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user