mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(item): remove border for the last item in an item-group
fixes #6518
This commit is contained in:
@ -154,6 +154,23 @@ ion-note {
|
||||
}
|
||||
|
||||
|
||||
// Material Design Item Group
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-item-group {
|
||||
.item:first-child {
|
||||
.item-inner {
|
||||
border-top-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.item:last-child .item-inner,
|
||||
ion-item-sliding:last-child .item-inner {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Material Design Item Divider
|
||||
// --------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user