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

popover arrow style

luxzeitlos opened this issue · comments

This is probably related to #368

Currently we specify arrow styles in out css but in a way so its never ever applied.

Because of that logic the arrow gets rendered with the style ember-popover-arrow not ember-tooltip-arrow.

However when we fix this things get interesting:
The arrow looks horrible. Its basically just white hiding the border there, not actually showing an arrow.

Shouldn't we either a) fix this or b) remove the arrow scoresheets for popovers altogether?

This is addressed in #370.

#370 has been merged