Skip to content

Commit

Permalink
fix(md-chip): add chip close button css, ref #289
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Oct 3, 2016
1 parent e5bf4ca commit 7b3c7e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/chip/chip.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
md-chip i.material-icons {
float: right;
line-height: 32px;
font-size: 16px;
}
1 change: 1 addition & 0 deletions src/chip/chip.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template class="chip">
<require from="./chip.css"></require>
<slot></slot>
<i show.bind="mdClose" class="material-icons">close</i>
</template>

0 comments on commit 7b3c7e8

Please sign in to comment.