Commit fb8ae7e5 authored by Mark Otto's avatar Mark Otto

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

parent 55c36f86
...@@ -3579,8 +3579,8 @@ button.close { ...@@ -3579,8 +3579,8 @@ button.close {
width: 1%; width: 1%;
} }
.btn-group[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] { [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; display: none;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
// Checkbox and radio options // Checkbox and radio options
.btn-group[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] { [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; display: none;
} }
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