fix(item): iOS removed the border from around sticky headers

closes #591
This commit is contained in:
Brandy Carney
2015-11-20 13:43:04 -05:00
parent a8b3de18d6
commit e98a00a9f8
2 changed files with 6 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ ion-item-group {
padding: $item-ios-padding-top $item-ios-padding-right $item-ios-padding-bottom $item-ios-padding-left;
background-color: $item-ios-divider-bg;
color: $item-ios-divider-color;
border-bottom: 1px solid $item-ios-border-color;
}
.item:first-child {
@@ -43,6 +42,11 @@ ion-item-group {
border-top-width: 0;
}
}
.item:last-child .item-inner,
ion-item-sliding:last-child .item .item-inner {
border: none;
}
}
ion-note {
@@ -165,8 +169,7 @@ a.item:not([detail-none]) .item-inner,
}
&.hairlines {
.item-inner,
ion-item-group ion-item-group-title {
.item-inner {
border-bottom-width: 0.55px;
}
}

View File

@@ -174,7 +174,6 @@ $list-ios-border-color: $list-border-color !default;
.list[no-lines],
&.hairlines .list[no-lines] {
ion-header,
ion-item-group-title,
.item,
.item .item-inner {
border-width: 0;