Skip to content

Commit

Permalink
fix(dropdown): replace svg with inline svg (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed May 26, 2017
1 parent 285ced0 commit c073f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dropdown/dropdown.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul data-dropdown data-value class="bx--dropdown" tabindex="0">
<li class="bx--dropdown-text">Choose an option</li>
<svg class="bx--dropdown__arrow">
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg class="bx--dropdown__arrow" width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
<li>
<ul class="bx--dropdown-list">
Expand Down

0 comments on commit c073f19

Please sign in to comment.