From 2b18c7e689790066b93eebe7d46e6a23e1f3ec4f Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 5 Feb 2019 20:49:07 -0500 Subject: [PATCH] Remove portfolio dropdown from topbar nav --- styles/components/_topbar.scss | 47 -------------------------------- templates/navigation/topbar.html | 45 +----------------------------- 2 files changed, 1 insertion(+), 91 deletions(-) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index b265241b..5740b3f9 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -61,53 +61,6 @@ .topbar__portfolio-menu { margin-right: auto; position: relative; - - .topbar__portfolio-menu__toggle { - margin: 0; - border-radius: 0; - - &--open { - background-color: $color-blue-darkest; - position: relative; - - &::before { - content: ''; - display: block; - position: absolute; - bottom: 0; - left: $gap * 2; - right: $gap * 2; - height: $gap / 2; - background-color: $color-primary; - } - } - - .icon { - @include icon-size(10); - margin-left: $gap * 2; - } - } - - .topbar__portfolio-menu__panel { - position: absolute; - } - } - - &.topbar__context--portfolio { - background-color: $color-primary; - -ms-flex-pack: start; - - .topbar__link { - color: $color-white; - - .topbar__link-icon { - @include icon-style-inverted; - } - - &:hover { - background-color: $color-primary-darker; - } - } } } } diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 3f736a73..0defde8a 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -9,50 +9,7 @@ -
- {% if portfolio %} - -
- -
- - {% endif %} - +