bulma-tooltip icon indicating copy to clipboard operation
bulma-tooltip copied to clipboard

How to get rid of the dashed line

Open rzel opened this issue 5 years ago • 3 comments

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.

rzel avatar Mar 21 '21 19:03 rzel

Try this.

[data-tooltip] {
  border-bottom-width: 0 !important;
}

dangowans avatar Jun 16 '21 19:06 dangowans

This should be closed - the answer from @dangowans works

jorvis avatar Dec 05 '23 18:12 jorvis

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>

enzoclock avatar Jan 31 '24 13:01 enzoclock