Skip to content

Commit

Permalink
fix(.slide-left-right-ios7): do not give borders to header/footer bars
Browse files Browse the repository at this point in the history
Closes #1232
  • Loading branch information
ajoslin committed May 14, 2014
1 parent 4f1145c commit 30a9da1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,10 @@ $ios7-transition-duration: 250ms;
bottom: 0;
left: -1px;
width: auto;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
&:not(.bar) {
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}
}
> .ng-enter, &.ng-enter {
/* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
Expand Down

0 comments on commit 30a9da1

Please sign in to comment.