Tooltip and Clickable link, on the same object« Back to Questions List
Hello Team, Using CSS in Figma, I can display a tooltip when I hover over an object. Separately, I can also put a clickable link, so that it opens a URL when I click on the object. But I can't do the 2 together. Please help. Thank you |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
hi, there are a few steps to do this. 1. remove the prototype for the navigation 2. create a folder/group around the object and use Class Tag 3. eg. ${class|a:title="My custom title" href="https://google.com"} 4. this will create <a title="My custom title" href="https://google.com"></a>in the output |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.