CreativeBulma / bulma-tooltip

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

How to get rid of the dashed line #18

Open rzel opened 3 years ago

rzel commented 3 years ago

How do I get rid of the dashed line? I noticed buttons don't have it, but I have an anchor tag that is styled as a bulma button, and it has the dashed line. There doesn't seem to be a way.

dangowans commented 3 years ago

Try this.

[data-tooltip] {
  border-bottom-width: 0 !important;
}
jorvis commented 9 months ago

This should be closed - the answer from @dangowans works

enzoclock commented 7 months ago

Why not have it the default behavior ? And the dashed line as an opt-in feature, as such :

<span data-tooltip="World" class="has-tooltip-dashed">Hello</span>