aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-18 01:25:28 -0700
committerMark Otto <[email protected]>2013-07-18 01:25:28 -0700
commit6e04925328c74dde8d98676b5148d646ea055e9b (patch)
treeafe6d9aef724184db7c893b6d324519b729d3fc9 /less
parente72b524d416a5b3352274e0d748ffd77ceecf100 (diff)
parent6ec8a1e44f6b58ed57d015916a4fe39bfb0e2340 (diff)
downloadbootstrap-6e04925328c74dde8d98676b5148d646ea055e9b.tar.xz
bootstrap-6e04925328c74dde8d98676b5148d646ea055e9b.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 9500fecbb..cba0b267a 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -164,7 +164,7 @@
// Checkbox and radio options
-.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"],
-.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
+.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
+.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}