Skip to main content
Nintex Community Menu Bar
Question

Queue CSS for selected

  • July 9, 2024
  • 2 replies
  • 11 views

Forum|alt.badge.img+6

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.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

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. 


Forum|alt.badge.img+6
  • Author
  • July 9, 2024

Ah, okay. Thanks Rob!