mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user