aboutsummaryrefslogtreecommitdiffstats
path: root/grapher/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/style.css')
-rw-r--r--grapher/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/grapher/style.css b/grapher/style.css
index 7b9f51e..119452c 100644
--- a/grapher/style.css
+++ b/grapher/style.css
@@ -245,4 +245,8 @@ button:hover {
background: var(--foreforeground);
}
-a {color: white;} \ No newline at end of file
+a {color: white;}
+
+#searchbox:not([open]) + #graph :is(.exec, .float, .int, .bool, .string, .special, .any):hover + .type {
+ left: calc(var(--mouse-x) + 10px - (var(--chipOffsetX) * 1px) + 13cm);
+} \ No newline at end of file