Skip to content

Commit

Permalink
fix(button-groups): update z-index for button group focus (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
engai committed Dec 4, 2017
1 parent 881da86 commit 259a6db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/components/button-groups/base/_index.scss
Expand Up @@ -16,6 +16,10 @@
.slds-button {
border-radius: 0;
border-width: $border-width-thin;

&:focus {
z-index: $z-index-default;
}
}
}

Expand Down

0 comments on commit 259a6db

Please sign in to comment.