eww icon indicating copy to clipboard operation
eww copied to clipboard

[FEATURE] be able to hide combobox "title"

Open jlo62 opened this issue 1 year ago • 0 comments

Description of the requested feature

I would like to hide the selected text in the combobox menu, like this: image
instead of this:
image

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?

Proposed configuration syntax

(combo-box-text :show-selected false)

Additional context

No response

jlo62 avatar Aug 10 '24 13:08 jlo62