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

Add the option to hide the disabled entry types #13

Open
dowadidi opened this issue Oct 16, 2024 · 0 comments
Open

Add the option to hide the disabled entry types #13

dowadidi opened this issue Oct 16, 2024 · 0 comments

Comments

@dowadidi
Copy link

This would be a nice addition, eg.if you have a lot of entry types of single use.
I've managed to fix this by inserting these lines of css:

div.menu[role='listbox'] li[role='option']:has(button.disabled):not([aria-selected='true']) {
    display: none;
}
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

1 participant