Skip to content

Commit 259a6db

Browse files
authored
fix(button-groups): update z-index for button group focus (#2931)
1 parent 881da86 commit 259a6db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/components/button-groups/base/_index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
.slds-button {
1717
border-radius: 0;
1818
border-width: $border-width-thin;
19+
20+
&:focus {
21+
z-index: $z-index-default;
22+
}
1923
}
2024
}
2125

0 commit comments

Comments
 (0)