[ACA-4698] Refactor the parent of aca-info-drawer to style sidebar wherever present. (#3192)

* [ACA-4698] Refactor the parent of aca-info-drawer to style sidebar wherever it is present

* declared sidebar class once
This commit is contained in:
Aayush Rohila
2023-05-26 15:58:33 +05:30
committed by GitHub
parent 1a942e6820
commit bf1fa75041
10 changed files with 16 additions and 16 deletions

View File

@@ -64,7 +64,7 @@
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
</div>
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
<div class="aca-sidebar" *ngIf="infoDrawerOpened$ | async">
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
</div>
</aca-page-layout-content>