Skip to content

Commit

Permalink
fix(a11y): Focus outline overlapping with breadcrumbs separator (#19243)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrozdsap authored Oct 1, 2024
1 parent ed6700b commit 3354a79
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ html[dir='rtl'] cx-breadcrumb nav span:not(:last-child):after {

@include forFeature('a11yImproveContrast') {
color: var(--cx-color-primary);

&:focus {
outline-offset: -4px;
box-shadow: inset 0 0 0 2px var(--cx-color-inverse);
}
}
}
}
Expand Down

0 comments on commit 3354a79

Please sign in to comment.