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

2.1 regression: forms: thin line drawn over radio buttons with error #4526

Closed
lookfirst opened this issue Aug 21, 2012 · 1 comment
Closed
Labels
Milestone

Comments

@lookfirst
Copy link
Contributor

<div class="control-group error">
    <label class="control-label" for="inputError">Radio with error</label>
    <div class="controls">
        <label class="radio">
                <input type="radio" id="inputError">
        </label>
        <span class="help-inline">Please correct the error</span>
    </div>
</div>

This produces a weird line above the radio button.

Screenshot:

http://www.evernote.com/shard/s178/sh/2aba8695-bdf5-4ab0-87b7-39f0a281a743/12a1e0343a5717c4086258327731cccc

It boils down to this change in mixins:180

    .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
lookfirst added a commit to lookfirst/bootstrap that referenced this issue Aug 21, 2012
@mdo mdo closed this as completed in 190d3c9 Aug 21, 2012
lookfirst added a commit to lookfirst/bootstrap that referenced this issue Aug 21, 2012
@lookfirst
Copy link
Contributor Author

thanks!

stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants