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

Safari and web kit browsers display triangle before content in summary #3

Open
faridsa opened this issue Aug 14, 2022 · 2 comments
Open

Comments

@faridsa
Copy link

faridsa commented Aug 14, 2022

Thank you for your great contribution!
I just want to say that while you are using details tag, safari display a triangle before content in summary.
Do you know if there is any way to avoid it?
Best Regards.

@mdaljac
Copy link

mdaljac commented Sep 22, 2022

@faridsa Hi. I also encountered this problem and succeeded to solve it with this css:
summary::-webkit-details-marker {
display: none;
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
}
You can be more specific in your selector if you want and possibly display: none is enough. Reason is that Safari doesn't support ::marker pseudoelement that is used in this plugin.

@sticker0ne
Copy link
Owner

@faridsa @mdaljac Hi guys!
Thank you for your interest in the add-on.
Due to problems in my country and the country of my friends, it is difficult for me to develop. I would be grateful if you could assign a pull request. Then I can update the plugin.
Thanks in advance.❤️ 🕊️

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