Skip to content

Fix GitLab Next badge styles

Austin Regnery requested to merge aregnery/fix-gitlab-next-badge-styles into master

What does this MR do and why?

Adjusts the styles of the GitLab Next badge to be more closely aligned to gl-badge

Screenshots or screen recordings

Before :hover After :hover
Before_-_hover After_-_Hover
Before :focus After :focus
Before_-_focus After_-_Focus

How to set up and validate locally

  • Turn on the Next badge by changing this line in app/views/layouts/header/_default.html.haml to say true

if Gitlab.com_and_canary?

if true

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Austin Regnery

Merge request reports