fix(.slide-left-right-ios7): do not give borders to header/footer bars

Closes #1232
This commit is contained in:
Andrew Joslin
2014-05-14 08:57:49 -06:00
parent 4f1145ca22
commit 30a9da191a

View File

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