Skip to content

Commit

Permalink
#149 removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
smcgrath0 committed Aug 18, 2020
1 parent a27e09d commit 1c02ae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
18 changes: 0 additions & 18 deletions fragments/navigation/template.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
<!-- <nav class="flex md:flex-row flex-col z-10 w-full">
<div class="flex flex-col dropdown-container">
<div class="flex justify-between md:justify-start items-center md:items-start">
<a class="p-3 no-underline flex-grow"></a>
<svg width="16" height="16" viewBox="0 0 16 16" focusable="false"
class="block md:hidden transition-transform duration-150 ease-in-out m-3 cursor-pointer">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.293 4.29291L14.7072 5.70712L8.00008 12.4142L1.29297 5.70712L2.70718 4.29291L8.00008 9.5858L13.293 4.29291Z"
/>
</svg>
</div>
<div class="self-stretch relative transition-height duration-200 ease-in-out overflow-hidden md:overflow-unset">
<div class="flex flex-col dropdown-list relative md:absolute">
<a href="" class="p-3 no-underline"></a>
</div>
</div>
</div>
</nav> -->

<nav class="flex md:flex-row flex-col z-10 w-full">
<ul class="flex flex-col md:flex-row">
<li class="children ml-2 relative dropdown-container">
Expand Down
34 changes: 0 additions & 34 deletions fragments/navigationnested/template.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
<!-- <div>
<div class="flex flex-col dropdown-container">
<div class="flex justify-between md:justify-start items-center md:items-start">
<a class="p-3 no-underline flex-grow">Title</a>
<svg width="16" height="16" viewBox="0 0 16 16" focusable="false"
class="block md:hidden transition-transform duration-150 ease-in-out m-3 cursor-pointer">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M13.293 4.29291L14.7072 5.70712L8.00008 12.4142L1.29297 5.70712L2.70718 4.29291L8.00008 9.5858L13.293 4.29291Z" />
</svg>
</div>
<div class="self-stretch relative transition-height duration-200 ease-in-out overflow-hidden md:overflow-unset">
<div class="flex flex-col dropdown-list relative md:absolute">
<div class="nested">
<div class="flex justify-between md:justify-start items-center md:items-start">
<a class="p-3 no-underline flex-grow">Title</a>
<svg width="16" height="16" viewBox="0 0 16 16" focusable="false"
class="block md:hidden transition-transform duration-150 ease-in-out m-3 cursor-pointer">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M13.293 4.29291L14.7072 5.70712L8.00008 12.4142L1.29297 5.70712L2.70718 4.29291L8.00008 9.5858L13.293 4.29291Z" />
</svg>
</div>
<div
class="self-stretch relative transition-height duration-200 ease-in-out overflow-hidden md:overflow-unset">
<div class="flex flex-col dropdown-list relative md:absolute">
<a class="p-3 no-underline">subchild title</a>
</div>
</div>
</div>
<a class="p-3 no-underline">subchild title</a>
</div>
</div>
</div>
</div> -->

<ul class="flex-col dropdown-list md:absolute hidden">
<li class="ml-2 md:ml-0 children relative dropdown-container">
<div class="flex justify-between md:justify-start items-center md:items-start">
Expand Down

0 comments on commit 1c02ae7

Please sign in to comment.