Missing breadcrumb nth-child CSS rule.

Created on 5 September 2024, 5 months ago

Problem/Motivation

On documentation pages, breadcrumbs that reach 4 children in length currently have incomplete CSS rules, missing a rule for nth-child(4) background-color.

Steps to reproduce

Visit any page in documentation with 4 breadcrumb links.

Proposed resolution

Add the following CSS:

.breadcrumb span:nth-child(4) {
background-color: #064771;
}

Remaining tasks

Update CSS.

User interface changes

Update CSS.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Active

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024