You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
@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.❤️ 🕊️
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.
The text was updated successfully, but these errors were encountered: