anyrun-org / anyrun

A wayland native, highly customizable runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS selector for active element

Shaharyar-developer opened this issue · comments

I am unable to figure out which css selector selects the current active list element instead of every list element.
I have tried element:foucs, element:hover and element:hover.

You can select the active element with #match:selected.

#match:selected {
    background-color: red;
}

20240628_22h40m47s_grim