Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to remove the arrow that appears with the popup? #166

Open
Fryingpannn opened this issue Jun 10, 2021 · 2 comments
Open

Is it possible to remove the arrow that appears with the popup? #166

Fryingpannn opened this issue Jun 10, 2021 · 2 comments

Comments

@Fryingpannn
Copy link

Fryingpannn commented Jun 10, 2021

I tried using --balloon-arrow: none; but it doesn't seem like that's a supported feature.

Thanks.

@Rishabh32700
Copy link

hey !!!
Do you want to remove arrow of tooltip?

@rr-os
Copy link

rr-os commented Mar 3, 2022

This would be a feature request, I believe, but in the meantime, you can hide the arrow yourself, in your own stylesheet:

globally:
CSS: [aria-label][data-balloon-pos]:before { display: none !important; }

or for specific elements by class:
CSS: [aria-label][data-balloon-pos].no-arrow:before { display: none !important; }

HTML: <div aria-label="I have no arrow" data-balloon-pos="up" class="no-arrow" ... >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants