From 590975b4077ae6a2d5cba7d01403bbc09484bd6c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 15:55:13 -0700 Subject: remove undocumented and unsupported .pill-content and .pill-pane /cc #10102 --- less/navs.less | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'less') 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; } -- cgit v1.2.3