We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594f8ea commit e5082ffCopy full SHA for e5082ff
1 file changed
src/app/breadcrumbs/breadcrumbs.component.scss
@@ -25,12 +25,12 @@ li.breadcrumb-item {
25
26
li.breadcrumb-item {
27
a {
28
- color: var(--ds-breadcrumb-link-color) !important;
+ color: var(--ds-breadcrumb-link-color);
29
}
30
31
32
li.breadcrumb-item.active {
33
- color: var(--ds-breadcrumb-link-active-color) !important;
+ color: var(--ds-breadcrumb-link-active-color);
34
35
36
.breadcrumb-item+ .breadcrumb-item::before {
0 commit comments