Skip to content

Commit

Permalink
fix(Breadcrumbs): make last element always bold (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jan 4, 2023
1 parent a665d59 commit a9ab2aa
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -24,11 +24,8 @@ const StyledBreadcrumbsItemAnchor = styled(({ component, children, isClickable,
transition: color ${theme.orbit.durationFast} ease-in-out;
cursor: pointer;
border: none;
background-color: inherit;
padding: 0;
outline-offset: 1px;
font-size: inherit;
font-weight: inherit;
&:hover {
text-decoration: none;
Expand Down

0 comments on commit a9ab2aa

Please sign in to comment.