From a5e193fb81e8a194d25115e422b8923cdc10fabf Mon Sep 17 00:00:00 2001 From: ojyrkinen Date: Sat, 9 Dec 2023 11:51:08 +0100 Subject: [PATCH] Fixed pointer mouse --- axiom-profiler-GUI/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axiom-profiler-GUI/style.css b/axiom-profiler-GUI/style.css index 79626565..184f2e1c 100644 --- a/axiom-profiler-GUI/style.css +++ b/axiom-profiler-GUI/style.css @@ -11,11 +11,11 @@ flex: 1; } -.node:hover { +.node { cursor: pointer; } -.edge:hover * { +.edge.direct { cursor: pointer; }