mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(nav): Removed border on animation
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user