ocket8888 commented on code in PR #7389: URL: https://github.com/apache/trafficcontrol/pull/7389#discussion_r1131215648
########## experimental/traffic-portal/src/app/shared/navigation/tp-sidebar/tp-sidebar.component.html: ########## @@ -13,7 +13,7 @@ --> <mat-sidenav-container [autosize]="true"> - <mat-sidenav #sidenav mode="side" opened> + <mat-sidenav #sidenav mode="side" opened [class.hidden]="hidden"> Review Comment: you don't need to make a CSS class for this, you can just bind to [the HTML `hidden` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
