From 78a51cb12f8be65f1cee1e3f0dd2366ab4a856e8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 9 Jun 2020 08:10:42 +0300 Subject: Backport #30973 Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also). --- js/tests/unit/tab.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'js/tests/unit/tab.js') diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js index 9b452eb1c2..6e25f09dda 100644 --- a/js/tests/unit/tab.js +++ b/js/tests/unit/tab.js @@ -350,15 +350,15 @@ $(function () { var done = assert.async() var tabsHTML = '' + '
' + '
' + ' ' + '
' + '
Nested Tab1 Content
' + -- cgit v1.2.3