aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-06 23:45:28 -0800
committerMark Otto <[email protected]>2014-03-06 23:45:28 -0800
commitf5f4a2da782cb4cefc5099e09b84e6f402d4e090 (patch)
tree6d9aaa202dd20abdafff5558935125e38b584ad0
parent84a7431dfd036df64df9aa9ecab82a54bd8083d8 (diff)
parentca15add174fdd8507699e1ab18591ecb037b4396 (diff)
downloadbootstrap-f5f4a2da782cb4cefc5099e09b84e6f402d4e090.tar.xz
bootstrap-f5f4a2da782cb4cefc5099e09b84e6f402d4e090.zip
Merge pull request #12794 from epidemian/required-radio-button-groups
Fix UAs required message position on grouped radio buttons
-rw-r--r--less/button-groups.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 27eb796b8..afeb70716 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -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;
}