diff --git a/app/assets/stylesheets/dlme.scss b/app/assets/stylesheets/dlme.scss index 4d086f84..dbb2256b 100644 --- a/app/assets/stylesheets/dlme.scss +++ b/app/assets/stylesheets/dlme.scss @@ -269,7 +269,7 @@ body { } } -.topbar .navbar-nav { +.topbar .navbar-nav { text-transform: none; .nav-link { color: $color-gray-lightest; @@ -346,6 +346,7 @@ body { border: 0; } + // Hide the masthead title on mobile, because we render it in the navbar .masthead .site-title-container { display: none; } @@ -397,7 +398,8 @@ body { } } -// Turn off transparency for the topbar on pages where there's no masthead +// Turn off transparency for the topbar on pages where there's no masthead, +// e.g. pages provided by Devise body.blacklight-sessions, body.blacklight-registrations, body.blacklight-passwords { diff --git a/app/views/shared/_user_util_links.html.erb b/app/views/shared/_user_util_links.html.erb index f69a356c..d18b144b 100644 --- a/app/views/shared/_user_util_links.html.erb +++ b/app/views/shared/_user_util_links.html.erb @@ -38,10 +38,6 @@ - <% else %> -