[ACS-6081] Reduce references to internal Angular material CSS classes (#3534)

* [ACS-6081] Reduce references to internal Angular material CSS classes

* [ACS-6081] rollback default scrollable value [ci:force]

* [ACS-6081] linting

* [ACS-6081] fix e2es

* [ACS-6081] cr fix

* [ACS-6081] remove adf-cli logger from e2es
This commit is contained in:
Mykyta Maliarchuk
2023-11-24 14:59:57 +01:00
committed by GitHub
parent 7468111d19
commit 7c95b53c8b
82 changed files with 390 additions and 471 deletions

View File

@@ -1,7 +1,7 @@
<ng-container *ngIf="nodeId">
<adf-alfresco-viewer
[ngClass]="{
'right_side--hide': !showRightSide
'aca-right_side--hide': !showRightSide
}"
[maxRetries]="'viewer.maxRetries' | adfAppConfig"
[nodeId]="nodeId"

View File

@@ -17,11 +17,11 @@
}
// todo: remove this when viewer supports extensions
.adf-viewer-toolbar .mat-toolbar > button:last-child {
.adf-viewer-toolbar > * > button:last-child {
display: none;
}
.adf-alfresco-viewer.right_side--hide .adf-viewer__sidebar__right {
.adf-alfresco-viewer.aca-right_side--hide .adf-viewer__sidebar__right {
width: 0;
}
}