Queue CSS for selected

When clicking on an item in a queue component I see the CSS changes from:

class=“nx-item nx-queue-item”

to

class=“nx-item nx-queue-item nx-queue-item-selected”

I was hoping to add a color to this with a renderer and CSS, but the CSS class never changes back if you pick a different item in the queue.

I’ve tried changing around themes, and looking at other pages I’ve created and it appears that it never changes back.

Is it true that the queue item that is selected never clears the CSS, or is this something only I see in my environment because of something I did?


Thanks.

It is true that once you have selected an item - the “selected class”  sticks.  We do this as an indicator of the records you have actually worked on in the queue. 

Ah, okay. Thanks Rob!