fix(item-divider): update design to match native iOS (#20854)

This commit is contained in:
Brandy Carney
2020-03-24 12:03:41 -04:00
committed by GitHub
parent 976e68da5b
commit 8660e61b96
9 changed files with 177 additions and 41 deletions

View File

@ -4,8 +4,3 @@
// iOS Item Group
// --------------------------------------------------
.item-group-ios ion-item:last-child,
.item-group-ios ion-item-sliding:last-child .item {
--border-width: 0;
}

View File

@ -4,8 +4,3 @@
// Material Design Item Group
// --------------------------------------------------
.item-group-md ion-item:last-child,
.item-group-md ion-item-sliding:last-child ion-item {
--border-width: 0;
}