Skip to content

Commit

Permalink
fix(select): replace svg with inline svg (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed May 26, 2017
1 parent 3f7e8a5 commit 8eb477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/select/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<option class="bx--select-option" value="option2">Option 2</option>
</optgroup>
</select>
<svg class="bx--select__arrow">
<use xlink:href="/carbon-icons/bluemix-icons.svg#icon--caret--down"></use>
<svg class="bx--select__arrow" width="10" height="5" viewBox="0 0 10 5" fill-rule="evenodd">
<path d="M10 0L5 5 0 0z"></path>
</svg>
</div>
</div>

0 comments on commit 8eb477f

Please sign in to comment.