Skip to content

Commit

Permalink
Merge pull request twbs#12794 from epidemian/required-radio-button-gr…
Browse files Browse the repository at this point in the history
…oups

Fix UAs required message position on grouped radio buttons
  • Loading branch information
mdo committed Mar 7, 2014
2 parents 84a7431 + ca15add commit f5f4a2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion less/button-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,7 @@
// Checkbox and radio options
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
opacity: 0;
position: absolute;
z-index: -1;
}

0 comments on commit f5f4a2d

Please sign in to comment.