From 30a9da191a742f49962e4447e31c28ad2b5f907a Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Wed, 14 May 2014 08:57:49 -0600 Subject: [PATCH] fix(.slide-left-right-ios7): do not give borders to header/footer bars Closes #1232 --- scss/_animations.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/_animations.scss b/scss/_animations.scss index 40296c36808..c3df1512b5c 100644 --- a/scss/_animations.scss +++ b/scss/_animations.scss @@ -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 */