From 5d31d5086347fbd1290ceb9a61acc4a169f90b1a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 28 Jan 2024 01:06:41 -0500 Subject: [PATCH] Fix cursor for ast node bar. --- src/OrgAst.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OrgAst.module.css b/src/OrgAst.module.css index 221cbcd..e12209d 100644 --- a/src/OrgAst.module.css +++ b/src/OrgAst.module.css @@ -38,6 +38,7 @@ .OrgAstNode.hovered:not(.selected) { > .OrgAstNodeType { background: #70f8ba; + cursor: pointer; } }