Skip to content

Commit c0e7bbe

Browse files
authored
Merge pull request #1444 from ASU/uds-1631-breadcrumbs-last-link
fix(unity-bootstrap-theme): breadcrumbs final active link changed to black
2 parents 6421787 + 9f7e7fa commit c0e7bbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_breadcrumb.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@
1717
min-width: $a11y-target-size-minimum;
1818
display: flex;
1919
}
20+
&.active a {
21+
color: var(--bs-breadcrumb-item-active-color);
22+
}
2023
}
2124
}
25+
2226
// WS2-1036 and UDS-1129 hide breadcrumb on mobile
2327
@media screen and (max-width: $uds-breakpoint-sm) {
2428
.breadcrumb {
2529
display: none;
2630
}
27-
}
31+
}

0 commit comments

Comments
 (0)