CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

has-tooltip-danger class breaks arrow orientation. #23

Open christopherpickering opened 3 years ago

christopherpickering commented 3 years ago

image

<span class="has-tooltip-right has-tooltip-multiline has-tooltip-danger tag is-danger is-light" data-tooltip="nice message">Offline</span>

breaks the arrow orientation. if you remove the has-tooltip-danger class, then the arrow is ok.. but no color.

Same as this issue: https://github.com/Wikiki/bulma-tooltip/issues/61