Skip to content

Commit 594f8ea

Browse files
committed
Fix breadcrumb color css
1 parent e4f483c commit 594f8ea

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/app/breadcrumbs/breadcrumbs.component.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ li.breadcrumb-item {
2323
}
2424
}
2525

26-
li.breadcrumb-item > a {
27-
color: var(--ds-breadcrumb-link-color) !important;
26+
li.breadcrumb-item {
27+
a {
28+
color: var(--ds-breadcrumb-link-color) !important;
29+
}
2830
}
31+
2932
li.breadcrumb-item.active {
3033
color: var(--ds-breadcrumb-link-active-color) !important;
3134
}

0 commit comments

Comments
 (0)