Skip to content

Commit 30a9da1

Browse files
committed
fix(.slide-left-right-ios7): do not give borders to header/footer bars
Closes #1232
1 parent 4f1145c commit 30a9da1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scss/_animations.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,10 @@ $ios7-transition-duration: 250ms;
346346
bottom: 0;
347347
left: -1px;
348348
width: auto;
349-
border-right: 1px solid #ddd;
350-
border-left: 1px solid #ddd;
349+
&:not(.bar) {
350+
border-right: 1px solid #ddd;
351+
border-left: 1px solid #ddd;
352+
}
351353
}
352354
> .ng-enter, &.ng-enter {
353355
/* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */

0 commit comments

Comments
 (0)