diff options
| author | Mark Otto <[email protected]> | 2013-08-12 15:46:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 15:46:11 -0700 |
| commit | fb8ae7e51499c93f5db1aae94c74dc845b884630 (patch) | |
| tree | 674dcee51b25ee76204c6aba7250fc859dbb8d63 /less | |
| parent | 55c36f86d04381eea18d581ebe87d91d57ffe454 (diff) | |
| download | bootstrap-fb8ae7e51499c93f5db1aae94c74dc845b884630.tar.xz bootstrap-fb8ae7e51499c93f5db1aae94c74dc845b884630.zip | |
drop the class on the button group toggles CSS (alt fix to #9297)
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 3a9cee53e..d9c91252b 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -201,7 +201,7 @@ // Checkbox and radio options -.btn-group[data-toggle="buttons"] > .btn > input[type="radio"], -.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] { +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } |
