-
Notifications
You must be signed in to change notification settings - Fork 192
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
There isn't any props to disable ion-ripple-effect #465
Comments
You can't disable it at the moment. Possibly doable with CSS though, you can try force hiding the ripple component. Will add an option to disable it in later versions |
So, @ihadeed, there is only a solution with "bad practice" in CSS (forcing ::part(..) with not fully compatibility) . |
@ihadeed I'll wait for an option to disable ripple-effect. It's important for me, thanks. |
Any update of this? |
@DEER90 fix in css
I'll wait for params in components. |
@alfredarcifa params would be nice but your fix is also satisfying :) thanks |
In documentation and in props I can't see any reference to disable the ripple effect.
In the render of the super-tab-button.component I see
The text was updated successfully, but these errors were encountered: