Skip to content

Commit 0d149a3

Browse files
authored
Merge pull request DSpace#2029 from atmire/Fix-breadcrumb-css-issue
Fix breadcrumb css issue
2 parents 6c63af3 + 6fb4cce commit 0d149a3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/app/breadcrumbs/breadcrumbs.component.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ 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);
29+
}
2830
}
31+
2932
li.breadcrumb-item.active {
30-
color: var(--ds-breadcrumb-link-active-color) !important;
33+
color: var(--ds-breadcrumb-link-active-color);
3134
}
3235

3336
.breadcrumb-item+ .breadcrumb-item::before {

0 commit comments

Comments
 (0)