Fix cursor for ast node bar.

This commit is contained in:
Tom Alexander 2024-01-28 01:06:41 -05:00
parent c2850fa879
commit 5d31d50863
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -38,6 +38,7 @@
.OrgAstNode.hovered:not(.selected) {
> .OrgAstNodeType {
background: #70f8ba;
cursor: pointer;
}
}