fix(): iOS header hairline

This commit is contained in:
Adam Bradley
2015-10-05 20:15:02 -05:00
parent 723a63704b
commit 26d7fd89d2

View File

@ -46,6 +46,10 @@ $list-ios-header-color: #333 !default;
}
&.hairlines .list ion-header:after {
border-top-width: 0.55px;
}
.list + .list {
margin-top: $list-ios-margin-top + $list-ios-margin-bottom;
}