Skip to content

Commit

Permalink
44 v1.0.0 breadcrumb with hover & focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-lledo-netcentric committed Feb 7, 2024
1 parent 812a835 commit 4bba861
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blocks/v2-breadcrumb/v2-breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
text-transform: capitalize;
color: inherit;
display: flex;
outline: none;
}

.v2-breadcrumb__crumb:focus,
.v2-breadcrumb__crumb:focus-visible {
outline: 2px solid var(--border-focus);
border-radius: 2px;
outline-offset: 2px
}

.v2-breadcrumb__crumb:not(.v2-breadcrumb__crumb--home)::before {
Expand Down

0 comments on commit 4bba861

Please sign in to comment.