Skip to content

Commit

Permalink
fix(list): add bottom border for first item in inset list (#19525)
Browse files Browse the repository at this point in the history
fixes #19507
  • Loading branch information
liamdebeasi committed Oct 2, 2019
1 parent 77658e6 commit 71b8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/list/list.md.scss
Expand Up @@ -26,7 +26,7 @@

.list-md.list-inset ion-item:first-child {
--border-radius: #{$list-inset-md-border-radius $list-inset-md-border-radius 0 0};
--border-width: 0;
--border-width: #{0 0 $item-md-border-bottom-width 0};
}

.list-md.list-inset ion-item:last-child {
Expand Down

0 comments on commit 71b8853

Please sign in to comment.