Commit f5f4a2da authored by Mark Otto's avatar Mark Otto

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

Fix UAs required message position on grouped radio buttons
parents 84a7431d ca15add1
...@@ -222,5 +222,7 @@ ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment