1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Merge pull request #12794 from epidemian/required-radio-button-groups

Fix UAs required message position on grouped radio buttons
This commit is contained in:
Mark Otto
2014-03-06 23:45:28 -08:00

View File

@@ -222,5 +222,7 @@
// Checkbox and radio options // Checkbox and radio options
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] { [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; opacity: 0;
position: absolute;
z-index: -1;
} }