Breadcrumbs: middle-crumb links in solid white, only last crumb faded (Angular parity)

This commit is contained in:
2026-04-20 12:55:41 +03:00
parent a361eeb7a5
commit b306127cfc
+6 -1
View File
@@ -36,8 +36,13 @@
}
}
// Angular renders middle-crumb links in solid $white and only fades
// the final crumb to 0.75 opacity (see `page-breadcrumds.scss`). The
// React equivalent: all links default white; the --active modifier
// swaps to the faded tone. The span rendered for the last entry
// follows the same active-fade via `&__text` below.
&__link {
color: colors.$breadcrumb-item-active-color;
color: colors.$white;
text-decoration: none;
&:hover {