Skip to content

Commit

Permalink
update snap for removal of container div
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed May 9, 2023
1 parent 37e259f commit 7383df1
Showing 1 changed file with 27 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,39 +103,37 @@ exports[`With popover opened 1`] = `
>
Month
</span>
<div>
<button
aria-expanded="false"
class="pf-v5-c-menu-toggle"
style="width: 140px;"
type="button"
<button
aria-expanded="false"
class="pf-v5-c-menu-toggle"
style="width: 140px;"
type="button"
>
<span
class="pf-v5-c-menu-toggle__text"
>
December
</span>
<span
class="pf-v5-c-menu-toggle__controls"
>
<span
class="pf-v5-c-menu-toggle__text"
>
December
</span>
<span
class="pf-v5-c-menu-toggle__controls"
class="pf-v5-c-menu-toggle__toggle-icon"
>
<span
class="pf-v5-c-menu-toggle__toggle-icon"
<svg
aria-hidden="true"
class="pf-v5-svg"
fill="currentColor"
role="img"
viewBox="0 0 320 512"
>
<svg
aria-hidden="true"
class="pf-v5-svg"
fill="currentColor"
role="img"
viewBox="0 0 320 512"
>
<path
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
/>
</svg>
</span>
<path
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
/>
</svg>
</span>
</button>
</div>
</span>
</button>
</div>
<div
class="pf-v5-c-calendar-month__header-year"
Expand Down Expand Up @@ -789,4 +787,4 @@ exports[`disabled date picker 1`] = `
</div>
</div>
</DocumentFragment>
`;
`;

0 comments on commit 7383df1

Please sign in to comment.