fix(card): fixed lines being removed in a list in a card caused by removing the list class

references #650
This commit is contained in:
Brandy Carney
2015-11-25 17:15:43 -05:00
parent 79bd85c8c8
commit a016f35387

View File

@@ -50,6 +50,10 @@ ion-card {
padding: 0;
}
.item-inner {
border-bottom: 1px solid $list-md-border-color;
}
> .item:last-child,
> ion-item-sliding:last-child .item {
border-bottom: none;