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 %} - +
{% if g.current_user %} {{ g.current_user.first_name + " " + g.current_user.last_name }}