From 3d4c542ad0556630a8ce148597e4a086669575bd Mon Sep 17 00:00:00 2001 From: Robb Hamilton Date: Thu, 13 Jul 2017 09:16:16 -0400 Subject: [PATCH] Utility nav and Online extension point fixes --- app/styles/_navbar-alt.less | 6 ++---- app/views/directives/header/default-header.html | 4 ++-- dist/scripts/templates.js | 4 ++-- dist/scripts/vendor.js | 4 ++++ dist/styles/main.css | 6 +++--- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/app/styles/_navbar-alt.less b/app/styles/_navbar-alt.less index bf86ae8004..cd64a46093 100644 --- a/app/styles/_navbar-alt.less +++ b/app/styles/_navbar-alt.less @@ -9,7 +9,7 @@ // Use initial logo dimensions; or set a width and/or height (eg - background-size: auto 36px) // Max logo dimensions width 230px / height 36px background-size: initial; - height: @navbar-os-header-height-mobile; + height: @navbar-os-header-height-mobile - 1; // 1px border-bottom on navbar-os-mobile width: 230px; } @@ -274,10 +274,8 @@ color: lighten(@navbar-os-project-menu-color, 20%); cursor: pointer; display: flex; - font-size: 18px; &:hover, &:active, &:focus { - background-color: @sidebar-os-active-bg; - color: @navbar-os-project-menu-color; + text-decoration: none; } } } diff --git a/app/views/directives/header/default-header.html b/app/views/directives/header/default-header.html index e85eb6fd23..127dd79add 100644 --- a/app/views/directives/header/default-header.html +++ b/app/views/directives/header/default-header.html @@ -1,6 +1,6 @@