-
Notifications
You must be signed in to change notification settings - Fork 55
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
How can I change tootip style ? #63
Comments
As of now I can't give you an answer since I haven't tried to style it externally. I will update the Ionic 4 implementation to have its own SASS file that uses CSS variables to make customisation easy and more aligned with the current styling methods for Ionic 4. Please keep in mind the current Ionic 4 version is experimental and might change soon. I've discovered a few issues with it due to usage of shadow DOM in latest Ionic. Hopefully I will find a solution to that soon. |
@naolembro the arrow would be |
hey guys If you are using Ionic 3, you can to add a style: .tooltip { maybe globally or in you local. |
this doesn't work for me :( |
we can modify arrow style also as following |
.has-arrow.arrow-bottom:before { |
On IONIC 4, how can I change the tooltip style (background-color, padding, text style, etc...) ?
I've searched but I don't find anything...
Thanks.
The text was updated successfully, but these errors were encountered: