Skip to content

Commit

Permalink
Merge pull request #8405 from juleskuehn/master
Browse files Browse the repository at this point in the history
Tabbed Interface: Remove tabindex attr on details

Approved at the technical review meeting
  • Loading branch information
duboisp committed Jun 20, 2018
2 parents 77a90b4 + c11cc7e commit 1882dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/tabs/tabs.js
Expand Up @@ -385,8 +385,6 @@ var componentName = "wb-tabs",
isDetails = $panels[ 0 ].nodeName.toLowerCase() === "details",
isActive, item, link, panelId, activeFound;

$panels.attr( "tabindex", "-1" );

for ( ; tabCounter !== -1; tabCounter -= 1 ) {
item = panels[ tabCounter ];
isActive = item.className.indexOf( "out" ) === -1;
Expand Down

0 comments on commit 1882dd3

Please sign in to comment.