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

Ghost menuseparator elements #1

Open
MihkelMK opened this issue Mar 7, 2025 · 3 comments · Fixed by #2
Open

Ghost menuseparator elements #1

MihkelMK opened this issue Mar 7, 2025 · 3 comments · Fixed by #2

Comments

@MihkelMK
Copy link
Contributor

MihkelMK commented Mar 7, 2025

I encountered an issue, where hiding the elements worked, but they left these ghost menuseparator elements
Image

This bit of additional code fixed my issue:

  #BMB_bookmarksPopup > menuseparator {
    display: none;
  }

Image

Is this a case of user error somehow or did I run into a yet-to-be-dealt-with edge case?

@Pkcarreno
Copy link
Owner

Hey thanks for reporting, this happened to me recently too, I think one of the latest zen updates introduced this “bug”.

Your solution works quite well, just need to remove the > to affect all the menuseparator in the subfolders.

I invite you to do PR to get credit and appear as a contributor.

@MihkelMK
Copy link
Contributor Author

Good point about the sibling selector. I'll create a PR today, thank you!

@Pkcarreno
Copy link
Owner

I closed this issue by mistake, it should remain open until the PR is merged into the theme-store repo.

zen-browser/theme-store#1251

@Pkcarreno Pkcarreno reopened this Mar 13, 2025
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

Successfully merging a pull request may close this issue.

2 participants