Commit 590975b4 authored by Mark Otto's avatar Mark Otto

remove undocumented and unsupported .pill-content and .pill-pane /cc #10102

parent 6c9ec3d8
...@@ -4088,13 +4088,11 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -4088,13 +4088,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
clear: both; clear: both;
} }
.tab-content > .tab-pane, .tab-content > .tab-pane {
.pill-content > .pill-pane {
display: none; display: none;
} }
.tab-content > .active, .tab-content > .active {
.pill-content > .active {
display: block; display: block;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -227,13 +227,11 @@ ...@@ -227,13 +227,11 @@
.clearfix(); .clearfix();
} }
// Show/hide tabbable areas // Hide tabbable panes to start, show them when `.active`
.tab-content > .tab-pane, .tab-content {
.pill-content > .pill-pane { > .tab-pane {
display: none; display: none;
} }
.tab-content,
.pill-content {
> .active { > .active {
display: block; display: block;
} }
......
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