We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to hide the selected text in the combobox menu, like this: instead of this:
It looks great like the top one until I select something.
It's acceptable with this:
.combo-box-vol > box > button > box > cellview { font-size: 0; margin: 0; padding: 0; }
but it still has a little notch/margin left.
Or did I overlook a option to hide this?
(combo-box-text :show-selected false)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the requested feature
I would like to hide the selected text in the combobox menu, like this:
instead of this:
It looks great like the top one until I select something.
It's acceptable with this:
but it still has a little notch/margin left.
Or did I overlook a option to hide this?
Proposed configuration syntax
(combo-box-text :show-selected false)
Additional context
No response
The text was updated successfully, but these errors were encountered: