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

Disable all ember-tooltips styles #380

Open
Pixelik opened this issue Sep 5, 2019 · 1 comment
Open

Disable all ember-tooltips styles #380

Pixelik opened this issue Sep 5, 2019 · 1 comment

Comments

@Pixelik
Copy link

Pixelik commented Sep 5, 2019

I want to prevent the ember-toolips addon from applying any styles to my {{ember-tooltip}}s nor to my {{ember-popover}}s - (how) can I do that ?

I can either not load the addon's CSS file (not sure how) or prevent the addon from applying any of its classes to the rendered elements (not sure I could do that either).

Do you provide some "official" option ? e.g. a {{ember-tooltip style=false}} would've been amazing.

(I'm obivously not refering to the positioning CSS rules but only to margins, colors etc...)

Thanks! 🙂 🙏

@maxfierke
Copy link
Collaborator

We don't provide any official way to do this, unfortunately. You may be able to exclude ember-tooltip's CSS from being included in the build using ember-cli-funnel, though I've not personally attempted to do so.

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

No branches or pull requests

2 participants