Navigation Menu

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

Border color for input group on focus highlighted unevenly on right #17001

Closed
jplehmann opened this issue Aug 18, 2015 · 2 comments
Closed

Border color for input group on focus highlighted unevenly on right #17001

jplehmann opened this issue Aug 18, 2015 · 2 comments
Labels
Milestone

Comments

@jplehmann
Copy link

I'm having the same problem which can be seen in BS documentation:
http://getbootstrap.com/components/#input-groups-buttons

Click on the right example "Search for...". Notice how the blue border/outline on the right side is covered up. The left example doesn't really have this problem.

screen shot 2015-08-17 at 8 48 00 pm

The blue comes from .form-control:focus { border-color, outline, webkit-box-shadow, box-shadow } at least on my page.

My site is: http://www.morphmarket.com and you'll see the same issue on its search input and the middle button too. I messed with Chrome inspector for a while, but this is beyond me -- and when I saw the docs had the same problem, I figured I could create an issue. Thanks!

@kkirsche
Copy link
Contributor

PR submitted @jplehmann — thanks for reporting this. @mdo build failed due to a travis issue it seems not the code change itself. JSBin of the fix is in the PR. Just a simple z-index change.

@mdo
Copy link
Member

mdo commented Nov 15, 2015

Fixed in #18253.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants