Skip to content
New issue

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

Focus ring hidden in input groups #20

Closed
claviska opened this issue Aug 4, 2017 · 1 comment
Closed

Focus ring hidden in input groups #20

claviska opened this issue Aug 4, 2017 · 1 comment
Assignees
Labels
bug Things that aren't working right in the library.

Comments

@claviska
Copy link
Member

claviska commented Aug 4, 2017

The focus ring for buttons is cut off by the adjacent control due to its stacking position.

screen shot 2017-08-04 at 10 08 28 am
screen shot 2017-08-04 at 10 08 36 am

This can probably be resolve by setting position: relative to the input-group container and adding a z-index to the focused control.

@claviska claviska added the bug Things that aren't working right in the library. label Aug 4, 2017
@claviska claviska self-assigned this Aug 4, 2017
@claviska
Copy link
Member Author

claviska commented Aug 4, 2017

Fixed thanks to a suggestion found in this post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that aren't working right in the library.
Projects
None yet
Development

No branches or pull requests

1 participant