Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: CSS for external link broke with v13.3.1 #3822

@polarathene

Description

@polarathene

Description

The docs CI should only be using MAJOR.MINOR, so a potential bug was introduced via a patch release or the minor was bumped without verifying the docs preview.

Presently v13.3 docs are presenting all links as external (this is a custom CSS rule we have added, which implies upstream added a change that broke it).

image

/* Matches the two nav link classes that start with `http` `href` values, regular docs pages use relative URLs instead. */
.md-tabs__link[href^="http"]::before, .md-nav__link[href^="http"]::before {

Metadata

Metadata

Assignees

Labels

area/documentationbug/solution proposedA bug report, whose bug is confirmed, and an unverified solution was proposedbug/solution verifiedA bug report, whose bug is confirmed and a verified solution was proposedkind/bug/reportA report about a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions