Skip to content

Commit

Permalink
fix(tabs): replace svgs with inline-svgs (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and marijohannessen committed May 26, 2017
1 parent 04483f5 commit 3f7e8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tabs/tabs.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<nav data-tabs class="bx--tabs" role="navigation">
<div class="bx--tabs-trigger" tabindex="0">
<a href="javascript:void(0)" class="bx--tabs-trigger-text" tabindex="-1"></a>
<svg>
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
</div>
<ul class="bx--tabs__nav bx--tabs__nav--hidden" role="tablist">
Expand Down

0 comments on commit 3f7e8a5

Please sign in to comment.