jupyterlab-myst icon indicating copy to clipboard operation
jupyterlab-myst copied to clipboard

HTML summary dropdown icon does not show up

Open jsignell opened this issue 1 year ago • 5 comments

Description

The dropdown icon next to HTML details components is not showing up.

<details><summary>More info</summary>
Extra details
</details>

Actual

Screenshot from 2024-04-23 10-48-56

Expected

More info Extra details

Proposed solution

I did a little inspection and it looks like this is probably css-related. If you unselect "list-style: none" then the marker appears:

image

jsignell avatar Apr 24 '24 13:04 jsignell

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Apr 24 '24 13:04 welcome[bot]

Thanks for the issue report @jsignell - there is a PR fixing this in mystmd (#1158), but this will also require a new release of jupyterlab-myst:

The result is: image

rowanc1 avatar Apr 24 '24 13:04 rowanc1

Wow! Thanks for the fast turn around 🚀 🚀

jsignell avatar Apr 24 '24 13:04 jsignell

@agoose77 just released v2.4.0 of jupyterlab-myst, which does not yet have this change, but will put us in a place to update very soon. If we haven't released this by next week, please follow up!

rowanc1 avatar Apr 24 '24 15:04 rowanc1

@agoose77 this is now released in [email protected].

rowanc1 avatar Apr 30 '24 14:04 rowanc1