mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(list): hide the last item border when there are no lines (#14770)
fixes #14769
This commit is contained in:

committed by
Brandy Carney

parent
8c409eed85
commit
26f73797cf
@ -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};
|
||||
}
|
||||
|
Reference in New Issue
Block a user