Skip to content

Commit

Permalink
fix(breadcrumbs): fix passive item :active color
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Feb 12, 2021
1 parent ced9f09 commit d5f62ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/core/src/breadcrumbs/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
cursor: default;
color: var(--N600);

&:hover {
&:hover, &:focus, &:active {
color: var(--N600);
}
}

0 comments on commit d5f62ee

Please sign in to comment.