Skip to content

Commit

Permalink
fix(breadcrumb): fix hover bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Davila committed Jan 27, 2021
1 parent 0dc1626 commit 0d6f3db
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 0d6f3db

Please sign in to comment.