Skip to content

Commit

Permalink
Tabs: Replaced play button i element with span
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 28, 2014
1 parent e72f192 commit 73cdf82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/plugins/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ var pluginName = "wb-tabs",
nextText + "'>" + glyphiconStart + "chevron-right'></span>" +
wbInvStart + nextText + btnEnd,
playControl = tabsToggleStart + "plypause'><a class='plypause" +
btnMiddle + state + "'>" + iconState + " <i>" + state +
"</i>" + wbInvStart + spaceText + i18nText.hyphen + spaceText +
btnMiddle + state + "'>" + iconState + " <span>" + state +
"</span>" + wbInvStart + spaceText + i18nText.hyphen + spaceText +
hidden + btnEnd;

$tablist.prepend( prevControl + tabCount + nextControl );
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@ $medGray: #ccc;
display: inline-block !important;
top: 100%;
padding: 2px 10px;
i {
span {
color: #000 !important;
font-style: normal;
}
}
}
Expand Down

0 comments on commit 73cdf82

Please sign in to comment.