Breadcrumbs: middle-crumb links in solid white, only last crumb faded (Angular parity)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user