Skip to content

Fixed nav tab border radius on landing page and main.css

Hiru Fernando requested to merge fix-nav-tab-border into main

What does this MR do and why?

Noticed a weird border radius added to navigation tabs (both landing page and docs/shortcodes.html tabs). This is a result of recent GitLab UI changes which Sarah found here.

Fix is in both navigation tabs in landing page and the tabs used in shortcodes.html (main.css file change).

Screenshots, screen recordings, or links to review app

BEFORE CHANGE

navigation tabs

image

shortcodes tabs

image

AFTER CHANGE

navigation tabs

image

shortcodes tabs

image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/technical-writing-group/gitlab-docs-hugo/-/blob/main/doc/setup.md.

Merge request acceptance checklist

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

Merge request reports