Skip to content

Commit f025330

Browse files
aPreciado88benelan
authored andcommitted
feat(segmented-control-item): enhance component's interactivity states (#11477)
**Related Issue:** [#10013](#10013) ## Summary Update focus ring `z-index` to sit on top of border container.
1 parent 8f74e4a commit f025330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/calcite-components/src/components/segmented-control-item/segmented-control-item.scss

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
:host(:focus) {
4646
@apply focus-inset;
4747
outline-offset: -1px;
48+
z-index: 1;
4849
}
4950

5051
.label--scale-s {

0 commit comments

Comments
 (0)