mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-13 14:53:08 +00: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:
commit
f5f4a2da78
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue