sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable all ember-tooltips styles

Pixelik opened this issue · comments

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! 🙂 🙏

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.