Skip to content

Commit

Permalink
fix(breadcrumb): set visited color to link-01 token (#4976)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 14, 2020
1 parent 6a70073 commit ddf3afa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
margin-right: $carbon--spacing-03;
}

.#{$prefix}--breadcrumb-item .#{$prefix}--link:visited {
color: $link-01;
}

.#{$prefix}--breadcrumb-item::after {
content: '/';
color: $text-01;
Expand Down

0 comments on commit ddf3afa

Please sign in to comment.