[ACS-7768] Form fields cleanup (#4956)

* [ACS-7768] Form fields cleanup

* [ACS-7768] Move hint styling from ADF

* [ACS-7768] CR fixes

* [ACS-7768] Use latest ADF version

* [ACS-7768] E2E locator fix

* [ACS-7768] CR fix

* [ACS-7768] E2E locator fix
This commit is contained in:
Michal Kinas
2026-01-27 11:17:27 +01:00
committed by GitHub
parent 3fad8cce74
commit e13be780fb
37 changed files with 386 additions and 674 deletions
@@ -1,28 +0,0 @@
@use '../../styles/mat-selectors' as ms;
aca-info-drawer {
.aca-info-drawer {
.adf-card-view-textitem {
.adf-property-value-not-editable {
color: var(--adf-metadata-property-panel-title-color);
}
}
.adf-card-view-selectitem #{ms.$mat-form-field-infix} {
padding-left: 0;
padding-right: 0;
}
.adf-property-list .adf-property-value {
#{ms.$mat-select-trigger} {
background-color: var(--adf-metadata-buttons-background-color);
border-radius: 3px;
padding: 2%;
#{ms.$mat-select-arrow-wrapper} {
margin-top: 16px;
}
}
}
}
}
@@ -37,7 +37,6 @@ import { A11yModule } from '@angular/cdk/a11y';
import { ToolbarComponent } from '../toolbar/toolbar.component';
import { ContentService, NodesApiService } from '@alfresco/adf-content-services';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
@Component({
imports: [
@@ -52,14 +51,7 @@ import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
],
selector: 'aca-info-drawer',
templateUrl: './info-drawer.component.html',
styleUrl: './info-drawer.component.scss',
encapsulation: ViewEncapsulation.None,
providers: [
{
provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
useValue: { appearance: 'fill', floatLabel: 'always' }
}
]
encapsulation: ViewEncapsulation.None
})
export class InfoDrawerComponent implements OnChanges, OnInit, OnDestroy {
@Input()