From b87bf39eb413da02b8b5825c900b030e781757ae Mon Sep 17 00:00:00 2001 From: WilliamKoza Date: Tue, 29 Jan 2019 11:21:27 +0100 Subject: [PATCH] fix(docs-infra): add hamburger button to CLI COMMANDS section (#28418) Currently, when we navigate in the `CLI COMMANDS` section, the "hamburger button" isn't present because the class css `folder-cli` is missing. This PR add this class in order to show this button when we are in this section. PR Close #28418 --- aio/src/styles/1-layouts/_top-menu.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/src/styles/1-layouts/_top-menu.scss b/aio/src/styles/1-layouts/_top-menu.scss index 6f72ab3b29..4bb8820192 100644 --- a/aio/src/styles/1-layouts/_top-menu.scss +++ b/aio/src/styles/1-layouts/_top-menu.scss @@ -47,6 +47,7 @@ aio-shell.page-resources mat-toolbar.mat-toolbar { // DOCS PAGES OVERRIDE: HAMBURGER aio-shell.folder-api mat-toolbar.mat-toolbar, +aio-shell.folder-cli mat-toolbar.mat-toolbar, aio-shell.folder-docs mat-toolbar.mat-toolbar, aio-shell.folder-guide mat-toolbar.mat-toolbar, aio-shell.folder-tutorial mat-toolbar.mat-toolbar {