mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5551] design modify
This commit is contained in:
+4
@@ -7,6 +7,10 @@ $panel-properties-height: 56px !default;
|
|||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
|
&.mat-expanded {
|
||||||
|
height: $panel-properties-height;
|
||||||
|
}
|
||||||
|
|
||||||
.mat-content {
|
.mat-content {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
[attr.data-automation-id]="'card-select-label-' + property.key"
|
[attr.data-automation-id]="'card-select-label-' + property.key"
|
||||||
class="adf-property-label"
|
class="adf-property-label"
|
||||||
[ngClass]="{'adf-property-label-not-editable' : isNonEditableField}"
|
[ngClass]="{'adf-property-label-not-editable': isNonEditableField, 'adf-property-editable-property' : isEditable()}"
|
||||||
>{{ property.label | translate }}</div>
|
>{{ property.label | translate }}</div>
|
||||||
<div class="adf-property-field">
|
<div class="adf-property-field">
|
||||||
<div
|
<div
|
||||||
|
|||||||
+4
@@ -6,6 +6,10 @@
|
|||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-property-editable-property {
|
||||||
|
color: var(--theme-metadata-property-panel-title-color);
|
||||||
|
}
|
||||||
|
|
||||||
.adf-select-filter-input {
|
.adf-select-filter-input {
|
||||||
background: var(--adf-theme-background-card-color);
|
background: var(--adf-theme-background-card-color);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|||||||
Reference in New Issue
Block a user