mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -54,11 +54,11 @@ ion-card {
|
||||
ion-label {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.item-inner {
|
||||
|
@ -56,11 +56,11 @@ ion-card {
|
||||
.item-inner {
|
||||
border-bottom: 1px solid $list-md-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.item-inner {
|
||||
|
@ -57,11 +57,11 @@ ion-card {
|
||||
.item-inner {
|
||||
border-bottom: 1px solid $list-wp-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.item-inner {
|
||||
|
@ -28,6 +28,11 @@
|
||||
|
||||
</ion-list>
|
||||
|
||||
<button ion-item>
|
||||
<ion-icon name="heart" item-left></ion-icon>
|
||||
Single Item
|
||||
</button>
|
||||
|
||||
</ion-card>
|
||||
|
||||
<ion-card>
|
||||
|
@ -49,7 +49,10 @@ ion-list {
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 1px solid $list-ios-border-color;
|
||||
}
|
||||
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child {
|
||||
.item-inner {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
@ -49,9 +49,12 @@ ion-list {
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 1px solid $list-md-border-color;
|
||||
}
|
||||
|
||||
.item-inner,
|
||||
ion-label {
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child {
|
||||
ion-label,
|
||||
.item-inner {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
@ -49,9 +49,12 @@ ion-list {
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 1px solid $list-wp-border-color;
|
||||
}
|
||||
|
||||
.item-inner,
|
||||
ion-label {
|
||||
> .item:last-child,
|
||||
> ion-item-sliding:last-child {
|
||||
ion-label,
|
||||
.item-inner {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user