From 090732fc2d5420681504417b603b0fb50796a173 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 1 Oct 2019 22:47:25 +0300 Subject: [PATCH] fix(docs-infra): show hamburger button on getting started guide (#32941) In 1c3ee4190, the `getting-started` guide/tutorial was renamed to `start`, but the corresponding CSS class that controls the display of the top-left hamburger (and it automatically derived based on the URL) was not updated. This commit updates the class to ensure that the hamburger is not hidden when navigating to the getting started guide. PR Close #32941 --- aio/src/styles/1-layouts/_top-menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/1-layouts/_top-menu.scss b/aio/src/styles/1-layouts/_top-menu.scss index 9e46210dd9..6834f9e88a 100644 --- a/aio/src/styles/1-layouts/_top-menu.scss +++ b/aio/src/styles/1-layouts/_top-menu.scss @@ -49,8 +49,8 @@ aio-shell.page-resources mat-toolbar.mat-toolbar { 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-getting-started mat-toolbar.mat-toolbar, aio-shell.folder-guide mat-toolbar.mat-toolbar, +aio-shell.folder-start mat-toolbar.mat-toolbar, aio-shell.folder-tutorial mat-toolbar.mat-toolbar { @media (min-width: 992px) { .hamburger.mat-button {