aboutsummaryrefslogtreecommitdiffstats
path: root/grapher/style.css
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-08 17:43:49 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-08 17:43:49 +0000
commitd286258f7c05b1a98f9a9aea388690a85246fd87 (patch)
treeadf06bde381b8839cf1b0ae522f55d9553986a1c /grapher/style.css
parent7f6f5549fe6d1bd03772c13e96f9d92a26660929 (diff)
downloadRRCUtils-d286258f7c05b1a98f9a9aea388690a85246fd87.tar.gz
RRCUtils-d286258f7c05b1a98f9a9aea388690a85246fd87.tar.bz2
RRCUtils-d286258f7c05b1a98f9a9aea388690a85246fd87.zip
Type intersecting is fully implemented.
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