Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d6959c3b
Commit
d6959c3b
authored
Nov 15, 2018
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
panel-header: Updated snapshots for popper
parent
78e93a3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
2 deletions
+50
-2
public/app/core/components/Tooltip/__snapshots__/Popover.test.tsx.snap
+25
-1
public/app/core/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
+25
-1
No files found.
public/app/core/components/Tooltip/__snapshots__/Popover.test.tsx.snap
View file @
d6959c3b
...
...
@@ -5,10 +5,34 @@ exports[`Popover renders correctly 1`] = `
className="popper__manager test-class"
onClick={[Function]}
>
<div>
<div
className="popper_ref "
>
<button>
Button with Popover
</button>
</div>
<div
className="popper"
style={
Object {
"left": 0,
"opacity": 0,
"pointerEvents": "none",
"position": "absolute",
"top": 0,
"transition": "opacity 200ms linear",
}
}
>
<div
className="popper__background"
>
Popover text
<div
className="popper__arrow"
/>
</div>
</div>
</div>
`;
public/app/core/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
View file @
d6959c3b
...
...
@@ -6,12 +6,36 @@ exports[`Tooltip renders correctly 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<div>
<div
className="popper_ref "
>
<a
href="http://www.grafana.com"
>
Link with tooltip
</a>
</div>
<div
className="popper"
style={
Object {
"left": 0,
"opacity": 0,
"pointerEvents": "none",
"position": "absolute",
"top": 0,
"transition": "opacity 200ms linear",
}
}
>
<div
className="popper__background"
>
Tooltip text
<div
className="popper__arrow"
/>
</div>
</div>
</div>
`;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment