fix(nav): Removed border on animation

This commit is contained in:
Max Lynch
2014-07-25 10:19:18 -05:00
parent ed9e0715e2
commit a9a52f64f4

View File

@@ -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 */