Skip to content

Commit

Permalink
feat(segmented-control-item): enhance component's interactivity states (
Browse files Browse the repository at this point in the history
#11477)

**Related Issue:**
[#10013](#10013)

## Summary

Update focus ring `z-index` to sit on top of border container.
  • Loading branch information
aPreciado88 authored Feb 13, 2025
1 parent 904d4f1 commit 438d6e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
:host(:focus) {
@apply focus-inset;
outline-offset: -1px;
z-index: 1;
}

.label--scale-s {
Expand Down

0 comments on commit 438d6e5

Please sign in to comment.