Skip to content

Remove unused .navbar-gitlab from login.scss

Eduardo Sanz García requested to merge eduardosanz/navbar-gitlab into master

What does this MR do and why?

.navbar-gitlab is used in:

  • 'app/views/layouts/signup_onboarding.html.haml'
  • 'ee/app/views/layouts/checkout.html.haml'

through 'app/views/layouts/header/_logo_with_title.html.haml'.

In neither these two cases .navbar-gitlab is a children of .login-page. So I am removing the associated style.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

Merge request reports