fix(header): fix no-border on ios headers

fixes #9525 closes #9480
This commit is contained in:
Brandy Carney
2016-12-07 11:21:05 -05:00
parent 1c52c2dd1f
commit d53a38e479

View File

@ -73,7 +73,7 @@ $navbar-ios-height: $toolbar-ios-height !default;
}
.header-ios[no-border] {
border-top-width: 0;
border-bottom-width: 0;
}
.footer-ios[no-border] {