Skip to content

Commit

Permalink
fix(header): fix no-border on ios headers
Browse files Browse the repository at this point in the history
fixes #9525 closes #9480
  • Loading branch information
brandyscarney committed Dec 7, 2016
1 parent 1c52c2d commit d53a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbar/toolbar.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down

0 comments on commit d53a38e

Please sign in to comment.