]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove deprecated wrapper inner from docs layout
authorSassNinja <kai.falkowski@gmail.com>
Tue, 13 Jun 2017 07:08:29 +0000 (09:08 +0200)
committerSassNinja <kai.falkowski@gmail.com>
Tue, 13 Jun 2017 07:08:29 +0000 (09:08 +0200)
Firstly the implementation was erroneous (content mustn't be a sibling of the wrapper but a child) and secondly the wrapper inner is deprecated.
Therefore I'm removing it what makes the push transitions on the off-canvas docs page working again as expected.

docs/layout/default.html

index 6a15684402e86d644ad54184f00e6db49fcb75a2..5dec03e2ec96471f37dfdccc1f5ffcd0daf78525 100644 (file)
@@ -31,9 +31,7 @@
   </a> -->
 
   <div class="off-canvas-wrapper">
-    <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
-      {{> off-canvi}}
-    </div>
+    {{> off-canvi}}
 
     <div class="docs-off-canvas-content off-canvas-content" data-off-canvas-content>
       <!-- Info Banner For Announcements or Links -->