File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name: issue83
3+ url: /issue83
4+ title: Test Issue 83
5+ ---
6+ < div class ="grid-frame vertical ">
7+ < div class ="grid-content collapse shrink ">
8+ < ul class ="primary condense menu-bar ">
9+ < li > < a ba-toggle ="leftpane "> Menu</ a > </ li >
10+ < li > < a > < strong > Angular Base Apps Starter</ strong > </ a > </ li >
11+ </ ul >
12+ </ div >
13+ < div class ="grid-block ">
14+ < ba-panel id ="leftpane " class ="medium-grid-block shrink " style ="background: black; color: white; ">
15+ < h1 > Panel</ h1 >
16+ </ ba-panel >
17+ < div class ="grid-block ">
18+ < h1 > Main</ h1 >
19+ </ div >
20+ </ div >
21+ </ div >
Original file line number Diff line number Diff line change @@ -446,11 +446,12 @@ $block-grid-max-size: 6 !default;
446446 }
447447 }
448448 & :not (.is-active ) {
449- display : none ;
450-
451449 @include grid-panel-animating (true) {
452450 position : absolute ;
453451 }
452+ @include grid-panel-animating (false) {
453+ @include grid-panel-reset ;
454+ }
454455 }
455456 }
456457 }
You can’t perform that action at this time.
0 commit comments