- Issue created by @jasonchoate
On documentation pages, breadcrumbs that reach 4 children in length currently have incomplete CSS rules, missing a rule for nth-child(4) background-color.
Visit any page in documentation with 4 breadcrumb links.
Add the following CSS:
.breadcrumb span:nth-child(4) {
background-color: #064771;
}
Update CSS.
Update CSS.
None.
None.
Active
Documentation