drop the class on the button group toggles CSS (alt fix to #9297)

This commit is contained in:
Mark Otto 2013-08-12 15:46:11 -07:00
parent 55c36f86d0
commit fb8ae7e514
3 changed files with 5 additions and 5 deletions

View File

@ -3579,8 +3579,8 @@ button.close {
width: 1%;
}
.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;
}

File diff suppressed because one or more lines are too long

View File

@ -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;
}