diff --git a/core/src/components/list/list.ios.scss b/core/src/components/list/list.ios.scss index e731bf5f51..66cd74818d 100644 --- a/core/src/components/list/list.ios.scss +++ b/core/src/components/list/list.ios.scss @@ -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}; }