Commit 6085973e authored by Mark Otto's avatar Mark Otto

drop .tabbable since it's unused and undocumented /cc #10102

parent dcbe591f
...@@ -4068,26 +4068,6 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -4068,26 +4068,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
} }
} }
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tab-content > .tab-pane { .tab-content > .tab-pane {
display: none; display: none;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -222,11 +222,6 @@ ...@@ -222,11 +222,6 @@
// Tabbable tabs // Tabbable tabs
// ------------------------- // -------------------------
// Clear any floats
.tabbable {
.clearfix();
}
// Hide tabbable panes to start, show them when `.active` // Hide tabbable panes to start, show them when `.active`
.tab-content { .tab-content {
> .tab-pane { > .tab-pane {
......
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