0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

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

This commit is contained in:
Mark Otto 2013-10-13 15:55:13 -07:00
parent 6c9ec3d87f
commit 590975b407
3 changed files with 8 additions and 12 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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