Skip to content

Commit

Permalink
fix(list): fixes #9619
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Dec 16, 2016
1 parent 877fcf1 commit 9653d88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ ion-list[inset] {

transform: translateZ(0);
}


// List with inputs
// --------------------------------------------------

ion-list .item-input:last-child {
border-bottom: 1px solid #dedede;
}

0 comments on commit 9653d88

Please sign in to comment.