From b306127cfc452dc19556196feb9aa74574af6e40 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 12:55:41 +0300 Subject: [PATCH] Breadcrumbs: middle-crumb links in solid white, only last crumb faded (Angular parity) --- src/ui/layout/Breadcrumbs.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ui/layout/Breadcrumbs.scss b/src/ui/layout/Breadcrumbs.scss index 0ca3e975..2f7177e6 100644 --- a/src/ui/layout/Breadcrumbs.scss +++ b/src/ui/layout/Breadcrumbs.scss @@ -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 {