diff --git a/scss/_animations.scss b/scss/_animations.scss index 5c81b098ab1..c1643882713 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 */