Skip to content

Commit 3f0598d

Browse files
author
Joe Crick
committed
(master): Update hover for tooltip.
1 parent 4439db6 commit 3f0598d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

main.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ body {
2828
.tooltip {
2929
margin-bottom: 30px;
3030

31+
.tooltip-target {
32+
border: 1px solid lightgrey;
33+
border-radius: 5px;
34+
padding: 5px;
35+
}
36+
3137
.tooltip-body {
3238
margin-top: -90px;
3339
margin-left: 100px;

0 commit comments

Comments
 (0)