From a9a52f64f427889c15a94b2645ddcef6bb59340f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 25 Jul 2014 10:19:18 -0500 Subject: [PATCH] fix(nav): Removed border on animation --- scss/_animations.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/_animations.scss b/scss/_animations.scss index 5c81b098ab..c164388271 100644 --- a/scss/_animations.scss +++ b/scss/_animations.scss @@ -349,8 +349,8 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px left: -1px; width: auto; &:not(.bar) { - border-right: 1px solid transparent; - border-left: 1px solid transparent; + border-right: none; + border-left: none; } border-right: none; border-left: none; @@ -381,8 +381,8 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px bottom: 0; left: -1px; width: auto; - border-right: 1px solid transparent; - border-left: 1px solid transparent; + border-right: none; + border-left: none; } > .ng-enter, &.ng-enter { /* NEW content placed far LEFT BEFORE it slides IN from the LEFT */