Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid node with links not clickable #168

Closed
leonstafford opened this issue Oct 2, 2018 · 1 comment
Closed

Mermaid node with links not clickable #168

leonstafford opened this issue Oct 2, 2018 · 1 comment
Assignees
Labels

Comments

@leonstafford
Copy link

As per the Interaction section in the Mermaid docs

The following markup will create linkable nodes:

click downloading "/en/troubleshooting/downloading/"

This does indeed create clickable nodes within the Learn theme, but without showing a cursor: pointer style.

I have confirmed that by:

  • adding .node.clickable { cursor: pointer; } to custom CSS and adding the clickable class via FireFox's inspector, the node's will show the expected pointer cursor on hover.

Not sure if this is simply a library update or what is required, but will start taking a look, as I'm loving these Mermaid charts!

@matalo33
Copy link
Contributor

Fixed in #169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants