Skip to content

Commit

Permalink
fix(data-table): replace svg with inline-svg (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed May 26, 2017
1 parent c073f19 commit ed96bb6
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 63 deletions.
12 changes: 6 additions & 6 deletions src/components/data-table/data-table--simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<tr class="bx--table-row">
<th tabindex="0" class="bx--table-header bx--table-sort" data-event="sort">
<span>First Name</span>
<svg class="bx--table-sort__svg">
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg class="bx--table-sort__svg" width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
</th>
<th tabindex="0" class="bx--table-header bx--table-sort" data-event="sort">
<span>Last Name</span>
<svg class="bx--table-sort__svg">
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg class="bx--table-sort__svg" width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
</th>
<th tabindex="0" class="bx--table-header bx--table-sort" data-event="sort">
<span>House</span>
<svg class="bx--table-sort__svg">
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg class="bx--table-sort__svg" width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
</th>
</tr>
Expand Down
Loading

0 comments on commit ed96bb6

Please sign in to comment.