Skip to content

Commit

Permalink
fix(list): hide the last item border when there are no lines (#14770)
Browse files Browse the repository at this point in the history
fixes #14769
  • Loading branch information
Rift-Walker authored and brandyscarney committed Jul 17, 2018
1 parent 8c409ee commit 26f7379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/list/list.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@include margin(-1px, $list-ios-margin-end, $list-ios-margin-bottom, $list-ios-margin-start);
}

.list-ios:not(.list-inset) .item:last-child {
.list-ios:not(.list-inset):not(.list-ios-lines-none) .item:last-child {
--inner-border-width: 0;
--border-width: #{0 0 $list-ios-item-border-bottom-width 0};
}
Expand Down

0 comments on commit 26f7379

Please sign in to comment.