Skip to content

Commit

Permalink
fix(breadcrumb): fix hover bug (#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Davila authored Jan 27, 2021
1 parent 0dc1626 commit b8bf64a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@

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

&:hover {
color: $hover-primary-text;
}
}

.#{$prefix}--breadcrumb-item::after {
Expand Down

0 comments on commit b8bf64a

Please sign in to comment.