Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Jun 30, 2021
1 parent 1e60283 commit 4847d7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ the coverage at least stays the same before you submit a pull request.
class="mt-9 flex flex-col border-l border-black"
>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1518,7 +1518,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1530,7 +1530,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1542,7 +1542,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1554,7 +1554,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1566,7 +1566,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1578,7 +1578,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand All @@ -1590,7 +1590,7 @@ the coverage at least stays the same before you submit a pull request.
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-black"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-black"
data-active="true"
data-testid="tocItem"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`Table of Contents should match snapshot 1`] = `
class="flex flex-col border-l border-black sticky top-12"
>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-black"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-black"
data-active="true"
data-testid="tocItem"
>
Expand All @@ -18,7 +18,7 @@ exports[`Table of Contents should match snapshot 1`] = `
</a>
</li>
<li
class="flex pl-6 h-6 border-l-4 my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
class="flex pl-6 border-l-4 min-h-6 h-auto my-2 first:mt-0 last:mb-0 transition-colors hover:border-napari-primary border-transparent"
data-active="false"
data-testid="tocItem"
>
Expand Down

0 comments on commit 4847d7d

Please sign in to comment.