aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 15:55:13 -0700
committerMark Otto <[email protected]>2013-10-13 15:55:13 -0700
commit590975b4077ae6a2d5cba7d01403bbc09484bd6c (patch)
tree581d60a6e1b135bfa74a131c0e50d0b077bea6e5 /less
parent6c9ec3d87f400d77dbb598bff22b0e98a517e29c (diff)
downloadbootstrap-590975b4077ae6a2d5cba7d01403bbc09484bd6c.tar.xz
bootstrap-590975b4077ae6a2d5cba7d01403bbc09484bd6c.zip
remove undocumented and unsupported .pill-content and .pill-pane /cc #10102
Diffstat (limited to 'less')
-rw-r--r--less/navs.less12
1 files changed, 5 insertions, 7 deletions
diff --git a/less/navs.less b/less/navs.less
index 3b6a43a7d..b1d4fcd23 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -227,13 +227,11 @@
.clearfix();
}
-// Show/hide tabbable areas
-.tab-content > .tab-pane,
-.pill-content > .pill-pane {
- display: none;
-}
-.tab-content,
-.pill-content {
+// Hide tabbable panes to start, show them when `.active`
+.tab-content {
+ > .tab-pane {
+ display: none;
+ }
> .active {
display: block;
}