diff --git a/aio/src/styles/1-layouts/_top-menu.scss b/aio/src/styles/1-layouts/_top-menu.scss index bac713baaa..d6393b528a 100644 --- a/aio/src/styles/1-layouts/_top-menu.scss +++ b/aio/src/styles/1-layouts/_top-menu.scss @@ -20,21 +20,13 @@ mat-toolbar.app-toolbar { @media (min-width: 481px) { &:not(.transitioning) { background-color: transparent; + box-shadow: none; + position: absolute; transition: background-color 0.2s linear; } } } - // MARKETING PAGES OVERRIDE: TOPNAV TOOLBAR AND HAMBURGER - @include marketing-pages($nestParentSelector: true) { - box-shadow: none; - - // FIXED TOPNAV TOOLBAR FOR SMALL MOBILE - @media (min-width: 481px) { - position: absolute; - } - } - // DOCS PAGES OVERRIDE: HAMBURGER @include docs-pages($nestParentSelector: true) { @media (min-width: $showTopMenuWidth) {