📝 (GenericNode/index.tsx): add cursor-text class to the generic-node-tooltip-div element to change the cursor to text when hovering over the element
This commit is contained in:
parent
26ad87170d
commit
d318386483
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ export default function GenericNode({
|
|||
event.preventDefault();
|
||||
}}
|
||||
data-testid={"title-" + data.node?.display_name}
|
||||
className="generic-node-tooltip-div text-primary"
|
||||
className="generic-node-tooltip-div cursor-text text-primary"
|
||||
>
|
||||
{data.node?.display_name}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue