Skip to content

Add the option to hide the disabled entry types #13

@dowadidi

Description

@dowadidi

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions