-
Notifications
You must be signed in to change notification settings - Fork 43
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
changing mouseover pointer possible? #36
Comments
try adding a stylesheet to your page with
|
Can I do this inline? Or do I have to somehow link it in the index html?? I dont really understand how to do this. Could give me an example of where to put
please |
that snippet is CSS. there are many ways you can add it to your page, e.g. put it inside a
other options: http://matthewjamestaylor.com/blog/adding-css-to-html-with-link-embed-inline-and-import |
I see inline is one of the methods. I tried to do it inline, but it doesn't work. Am I doing it wrong?
Do I have use injectCSS? |
The components in this repo do not accept inline styles. As explained in #35, injectCSS does not take parameters. |
Is it possible to change the pointer type when hovering over the trigger. It currently shows a text cursor instead of a finger/hand/link pointer like for the options.
I tried going into node_modules and commenting out mouseover events, but it didn't work.
Any ideas?
The text was updated successfully, but these errors were encountered: