From 0bbfe7f0d325a027e9b52634e5b5db7437068d88 Mon Sep 17 00:00:00 2001 From: smnedelko Date: Sat, 12 Dec 2015 15:58:29 +1000 Subject: [PATCH] Fix DROPDOWN_ACTIVE_CHILD selector --- js/src/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/tab.js b/js/src/tab.js index 33f56faaee3e..dee2c33b3eb2 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -50,7 +50,7 @@ const Tab = (($) => { ACTIVE_CHILD : '> .nav-item > .active, > .active', DATA_TOGGLE : '[data-toggle="tab"], [data-toggle="pill"]', DROPDOWN_TOGGLE : '.dropdown-toggle', - DROPDOWN_ACTIVE_CHILD : '> .dropdown-menu .active' + DROPDOWN_ACTIVE_CHILD : '~ .dropdown-menu .active' }