Skip to content

Commit

Permalink
Updates snapshots to reflect changes to reakit handling popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
vdwijngaert authored and youknowriad committed Jun 10, 2021
1 parent 05b9704 commit 9d69bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ Snapshot Diff:
- id="labelled-popover"
+ id="base-popover"
role="dialog"
style="position: fixed; left: 100%; top: 100%;"
tabindex="-1"
>
<div
class="components-surface components-card css-12tfxmr-Surface-primary-Card-rounded-cardStyle css-1mm2cvy-View em57xhy0"
`;
exports[`props should render without content 1`] = `
Expand All @@ -178,11 +178,11 @@ Snapshot Diff:
- id="contentless-popover"
+ id="base-popover"
role="dialog"
style="position: fixed; left: 100%; top: 100%;"
tabindex="-1"
>
<div
class="components-surface components-card css-12tfxmr-Surface-primary-Card-rounded-cardStyle css-1mm2cvy-View em57xhy0"
@@ -21,10 +21,17 @@
@@ -22,10 +22,17 @@
frameborder="0"
src="about:blank"
style="display: block; opacity: 0; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports[`props should render correctly 1`] = `
data-wp-component="TooltipContent"
id="base-tooltip"
role="tooltip"
style="pointer-events: none;"
style="position: fixed; left: 100%; top: 100%; pointer-events: none;"
>
<div
class="emotion-0 emotion-1"
Expand Down

0 comments on commit 9d69bd7

Please sign in to comment.