We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see live in the style guide, all focused buttons except the last one have their focus rings cut off by the next one:
Maybe we could fix this with position: relative and z-index: 1, but that might cause issues with existing instances of button groups on github.com.
position: relative
z-index: 1
The text was updated successfully, but these errors were encountered:
add z-index: 1 to active button group items
a14762d
fixes #600
fix #600 again
32be065
shawnbot
Successfully merging a pull request may close this issue.
As you can see live in the style guide, all focused buttons except the last one have their focus rings cut off by the next one:
Maybe we could fix this with
position: relative
andz-index: 1
, but that might cause issues with existing instances of button groups on github.com.The text was updated successfully, but these errors were encountered: